; bdiGDB configuration file for AT91EB55 board ; -------------------------------------------- ; [INIT] ; Commands executed everytime target comes out of reset [TARGET] ; Defines target specific values CPUTYPE ARM7TDMI CLOCK 1 10 ;BDI2000: JTAG clock 16MHz / 10kHz CLOCK 2 13 ;BDI3000: JTAG clock 16MHz / 10kHz STARTUP STOP 500 ;let the monitor setup the system ENDIAN LITTLE ;memory model (LITTLE | BIG) BREAKMODE SOFT 0xDFFFDFFF ;SOFT or HARD, ARM / Thumb break code [HOST] IP 10.62.1.72 FILE led_swing.bin FORMAT BIN LOAD MANUAL ; load code MANUAL or AUTO after reset PROMPT AT91-BDI> ;new Telnet prompt DUMP dump.bin [FLASH] ;WORKSPACE 0x00000000 ;workspace in target RAM for fast programming algorithm CHIPTYPE AT49X16 ;Flash type is Atmel AT49BV1604 in 16bit mode CHIPSIZE 0x200000 ;The size of one flash chip in bytes (e.g. AM29F010 = 0x20000) BUSWIDTH 16 ;The width of the flash memory bus in bits (8 | 16 | 32) FILE led_swing.bin ;The file to program ERASE 0x01000000 CHIP ;erase chip [REGS] FILE $reg55800.def