📄 readme.txt
字号:
########################################################################
#
# nbc.eww
#
# $Revision: 1.5 $
#
########################################################################
DESCRIPTION
===========
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the Aiji Systems NBC evaluation board.
The 16x2 character LCD board must be connected to the main board.
The example only sets up the necessary registers for the LCD.
Low level setup like memory configuration must be done prior to the start
of this program. The low level setup done by the flash boot program is
good enough. Make sure that the JTAG interface does not perform a hard
reset at startup as this will destroy the initialization done by the flash
boot code.
On some boards there is a surface mounted capacitor C13 that must be removed.
The C13 capacitor works as a large load at RESET SYSTEM, causing too long delay time.
The program shows a series of text messages on the LCD panel.
The same set of messages are repeated for ever.
COMPATIBILITY
=============
The project is compatible with the Aiji NBC board with a 16x2 character LCD.
The project is by default configured to use the Macraigor Raven JTAG interface.
CONFIGURATION
=============
Start the IAR Embedded Workbench for ARM.
Select File->Open->Workspace...
Open the workspace file
...\IAR Systems\Embedded Workbench 4.0\ARM\src\examples\Aiji\nbc\nbc.eww
Press the Go button.
The linker configuration file is nbc.xcl.
Vectors are located at 0x1000000-0x100001C in SRAM, this is a dummy
placement in this application since no vectors are used.
Code is located at 0x1000020-0x100FFFF in SRAM.
Data is located at 0x1010000-0x101FFFF in SRAM.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -