📄 readme.txt
字号:
########################################################################
#
# edb7312.eww
#
# $Revision: 1.5 $
#
########################################################################
DESCRIPTION
===========
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the Cirrus Logic EDB7312 evaluation board.
The project is setup to use an Angel connection.
The program starts with a calibration of the touch screen.
After calibration the application draws a red filled circle at each
point pressed on the touch screen.
The application code is the same as found on the Cirrus Logic EDB
development kit CD. All source files are unchanged except for isr.c
and isrshell.s79. More test applications can be found on that CD.
COMPATIBILITY
=============
The project is compatible with the Cirrus Logic EDB7312 evaluation board.
The project is by default configured to use the Angel debug monitor.
The Angel debug monitor software ep7312_1.rom must be downloaded to flash
prior to using this project. See the EDB7312 documentation for details.
The JTAG switches SW1 and SW3 should be in the outer position.
CONFIGURATION
=============
Connect a serial cable from the PC COM1 port to the Serial 1 port
on the EDB7312. Another PC COM port can be configured if needed.
The project is setup to use 38400 baud for Angel serial communication.
Start the IAR Embedded Workbench for ARM.
Select File->Open->Workspace...
Open the workspace file
...\IAR Systems\Embedded Workbench 4.0\ARM\src\examples\cirrus\edb7312\edb7312.eww
Press the Go button.
The linker configuration file is edb7312.xcl.
Vectors are located at 0x08028000-0x0802807F in SRAM, this is a dummy
placement in this application since Angel handles the vectors.
Code is located at 0x08028100-0x0802BFFF in SRAM.
Data is located at 0x0802C000-0x0802FFFF in SRAM.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -