aMBAA2410_iari

所属分类:处理器开发
开发工具:Visual C++
文件大小:103KB
下载次数:4
上传日期:2012-07-26 15:47:33
上 传 者despises
说明:  aiji的s3c2410 lcd 源码实实例已经移植到iar ewarm v5.2
(real instance of aiji s3c2410 lcd source code has been ported to iar ewarm v5.2)

文件列表:
aMBAA2410_iari\MBA2410_AIJI\common\2410addr.h (28649, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\common\2410addr.inc (24406, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\common\2410init.s (15371, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\common\2410lib.c (11802, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\common\2410lib.h (1445, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\common\2410slib.h (1774, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\common\2410slib.s (7556, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\common\def.h (277, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\common\lnks3c2410_RAM.xcl (8075, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\common\memcfg.inc (2614, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\common\mmu.c (3283, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\common\mmu.h (1201, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\common\option.h (1278, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\common\option.inc (1512, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\BMP\demo256.h (388778, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\glib.c (11072, 2003-01-03)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\glib.h (962, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\lcd.c (13130, 2005-12-06)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\lcd.h (821, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\LCDapp.dep (8526, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\LCDapp.ewd (16079, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\LCDapp.ewp (22713, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\LCDapp.eww (143, 2003-01-03)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\lcdlib.c (26283, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\lcdlib.h (6273, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\main_2410.c (6310, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\palette.c (4878, 2005-12-14)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\palette.h (108, 2004-05-25)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\settings\LCDapp.cspy.bat (2390, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\settings\LCDapp.dni (658, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\settings\LCDapp.wsdt (3098, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\BMP (0, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\Debug (0, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART\settings (0, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\common (0, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI\LCD_UART (0, 2008-08-16)
aMBAA2410_iari\MBA2410_AIJI (0, 2008-08-16)
aMBAA2410_iari (0, 2012-03-18)

*************************************************** * 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

近期下载者

相关文件


收藏者