资源简介
IAR EWARM V5嵌入式系统应用编程与开发 光盘源码 徐爱钧

代码片段和文件信息
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2008 Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice
* this list of conditions and the disclaimer below.
*
* Atmel‘s name may not be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL “AS IS“ AND ANY EXPRESS OR
* IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
* MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
* DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT INDIRECT
* INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
* LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA
* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
* LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* ----------------------------------------------------------------------------
*/
//------------------------------------------------------------------------------
// Headers
//------------------------------------------------------------------------------
#include “board.h“
#include “board_memories.h“
#include
//------------------------------------------------------------------------------
// Internal definitions
//------------------------------------------------------------------------------
/*
Constants: Clock and PLL settings
BOARD_OSCOUNT - Startup time of main oscillator (in number of slow clock
ticks).
BOARD_USBDIV - USB PLL divisor value to obtain a 48MHz clock.
BOARD_CKGR_PLL - PLL frequency range.
BOARD_PLLCOUNT - PLL startup time (in number of slow clock ticks).
BOARD_MUL - PLL MUL value.
BOARD_DIV - PLL DIV value.
BOARD_PRESCALER - Master clock prescaler value.
*/
#define BOARD_OSCOUNT (AT91C_CKGR_OSCOUNT & (64 << 8))
#define BOARD_CKGR_PLLA (AT91C_CKGR_SRCA | AT91C_CKGR_OUTA_2)
#define BOARD_PLLACOUNT (63 << 8)
#define BOARD_MULA (AT91C_CKGR_MULA & (96 << 16))
#define BOARD_DIVA (AT91C_CKGR_DIVA & 9)
#define BOARD_PRESCALER AT91C_PMC_MDIV_2
#define BOARD_USBDIV AT91C_CKGR_USBDIV_2
#define BOARD_CKGR_PLLB AT91C_CKGR_OUTB_0
#define BOARD_PLLBCOUNT
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
......R 18326 2009-01-22 14:59 Book_examples\example_STM32F10x\MP3_pla
......R 35 2003-03-12 11:39 Book_examples\example_FIB\InputData.txt
......R 1464 2009-01-22 14:59 Book_examples\example_STM32F10x\MP3_pla
......R 4542 2008-01-30 12:03 Book_examples\example_LPC2468\uCOS II\Software\uCOS-II\Doc\README.TXT
......R 4542 2008-01-30 12:03 Book_examples\example_LPC2468\uCOS II\uCOS-II\Doc\README.TXT
......R 816 2009-06-17 15:55 配套光盘说明.txt
......R 10827 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\aic.lst
......R 10827 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\aic.lst
......R 23592 2009-02-26 10:41 Book_examples\example_LPC2468\uCOS II\Software\EvalBoards\NXP\LPC2468-SK\IAR\exsample\Flash\List\app.lst
......R 16923 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\board_cstartup_iar.lst
......R 16923 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\board_cstartup_iar.lst
......R 17734 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\board_lowlevel.lst
......R 17734 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\board_lowlevel.lst
......R 45918 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\board_memories.lst
......R 45918 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\board_memories.lst
......R 78585 2009-02-26 10:41 Book_examples\example_LPC2468\uCOS II\Software\EvalBoards\NXP\LPC2468-SK\IAR\exsample\Flash\List\bsp.lst
......R 30870 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\cp15.lst
......R 30870 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\cp15.lst
......R 15788 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\cp15_asm_iar.lst
......R 15788 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\cp15_asm_iar.lst
......R 18066 2005-09-03 10:21 Book_examples\example_FIB\Debug\List\cstartup.lst
......R 19360 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\dbgu.lst
......R 19360 2009-03-23 18:36 Book_examples\example_AT91SAM9261\RTT\SDRAM_DEBUG\List\dbgu.lst
......R 5030 2005-09-01 11:17 Book_examples\example_FIB\Debug\List\e1_b.lst
......R 4443 2005-09-01 16:58 Book_examples\example_FIB\Debug\List\e2_b.lst
......R 3366 2005-09-03 09:49 Book_examples\example_FIB\Debug\List\e3.lst
......R 36900 2009-02-20 19:05 Book_examples\example_LPC2468\uCOS II\Software\EvalBoards\NXP\LPC2468-SK\IAR\exsample\Flash\List\lcd.lst
......R 13703 2009-02-20 19:05 Book_examples\example_LPC2468\uCOS II\Software\EvalBoards\NXP\LPC2468-SK\IAR\exsample\Flash\List\lcd_os.lst
......R 16380 2009-03-23 18:35 Book_examples\example_AT91SAM9261\PIO\SDRAM_DEBUG\List\led.lst
......R 117405 2009-02-20 23:42 Book_examples\example_LPC2468\uCOS II\Software\EvalBoards\NXP\LPC2468-SK\IAR\exsample\Flash\List\lib_mem.lst
............此处省略1697个文件信息
- 上一篇:端点检测 相关硕士论文
- 下一篇:ArcGis 热点分析模型
相关资源
- IAR For ARM 7.3最新注册机
- IAR7.20H破解机注册机
- IAR ARM 7.8破解
- IAR 7.80.4的安装包
- IAR for MSP430 v7.10.1 注册机
- IAR-Keygen-2019+附使用教程.zip
- IAR 7.3 注册机
- IAR For ARM V5.5 注册机
- IAR for ARM 7.40 破解
- IAR For ARM 7.4 破解
- STM8S例程,基于IAR下的STM8S例程
- 在IAR环境下,lpc1788用户程序的地址及
- IAR破解已验证可破解最新版本EWARM-C
- 最新IAR 6.3破解
- IAR 全系列软件注册机(20100615)
- IAR EW430连接仿真器在线仿真
- Synthesis and photophysical properties of star
- IAR各个版本最新版注册机含安装文档
- IAR Offline License Generator v1.4 by unis
- iar 工程转成vs2010工程
- STM8L051 低功耗运行模式 库函数例程
- STM8L051.串口接收IDLE中断.zip
- IAREW8051_8.20.2
- STM8L 硬件IIC主机
- IAR For ARM 7.8破解版 注册机
- IAR10.10破解文件.rar
- IAR For ARM 7.8 破解
- IAR For ARM 7.7 破解 绿色版
- IAR+for+STM8+ 破解
- IAR MSP430 注册 最高支持到6.4.2
评论
共有 条评论