readme.txt
来自「aiji的s3c2410 lcd 例子已经移植到iar ewarm v5.2」· 文本 代码 · 共 51 行
TXT
51 行
***************************************************
* LCD UART Test Project & Source *
* 2005.12.06 *
* AIJI System Co., Ltd. *
* www.aijisystem.com *
***************************************************
----------------
Description:
----------------
The files are just an example for MBA-2410 to compile with EWARM v4.30
----------------
How to use it:
----------------
First Open *.eww file with EWARM
* Case 1. To use C-Spy debugger & OPENice emulator *
1. Change the Linker option after selecting [Project ]-[Option]
Linker - Output - Format: Debug information for C-Spy
2. [Rebuild All] or [Make]
3. Connect OPENice to MBA-2410
4. Run DNW.exe or HyperTerminal and set options (BPS:115200)
5. Change the Debugger option
5-1. Select [Project]-[Option] and select driver.
Debugger - Driver: RDI
Debugger - RDI: OPENice32_A900.dll for OPENice32-A900
OPENice32_A900.dll for OPENice-A1000
(It may found under C:\Program Files\Spider\bin)
5-2. Select [RDI] and set options.
6. [Project]-[Debug] to load the image and Run the application.
7. Select a menu in DNW.exe or HyperTerminal
* Case 2. To use Spider & OPENice emulator *
1. Change the Linker option after selecting [Project ]-[Option]
Linker - Output - Format: Others (elf/dwarf - ARM Compatible(-yes))
2. [Rebuild All] or [Make]
3. Connect OPENice to MBA-2410
4. Run DNW.exe or HyperTerminal and set options (BPS:115200)
5. Run Spider and select[File]-[Load Image] to load the image(*.elf) and Run the application.
6. Select a menu in DNW.exe or HyperTerminal
For more information, contact AIJI System Co., Ltd.
* Running the Application *
Select a menu in DNW.exe or HyperTerminal
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?