]> git.sur5r.net Git - freertos/blob - Demo/ARM7_LPC2368_Eclipse/lpc2368_flash.cfg
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / ARM7_LPC2368_Eclipse / lpc2368_flash.cfg
1 #daemon configuration\r
2 telnet_port 4444\r
3 gdb_port 3333\r
4 \r
5 #interface\r
6 interface parport\r
7 parport_port 0x378\r
8 parport_cable wiggler\r
9 jtag_speed 2\r
10 \r
11 #use combined on interfaces or targets that can't set TRST/SRST separately\r
12 reset_config trst_and_srst srst_pulls_trst\r
13 \r
14 #jtag scan chain\r
15 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)\r
16 jtag_device 4 0x1 0xf 0xe\r
17 \r
18 #target configuration\r
19 daemon_startup reset\r
20 \r
21 #target <type> <startup mode>\r
22 #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>\r
23 target arm7tdmi little run_and_init 0 arm7tdmi-s_r4\r
24 run_and_halt_time 0 30\r
25 \r
26 working_area 0 0x40000000 0x40000 nobackup\r
27 \r
28 #flash configuration\r
29 flash bank lpc2000 0x0 0x80000 0 0 0 lpc2000_v2 12000 calc_checksum\r
30 flash bank cfi 0x80000000 0x400000 2 2 0\r
31 \r
32 # For more information about the configuration files, take a look at:\r
33 # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger\r
34 \r
35 target_script 0 reset program.script\r