Hi,
I want to flash an LPC2368 (rev. B) with GDB-Server (v3.79w). The response from the server looks good but
nothing is written. I guess that I have to enter some informations about the flash.
Is there some kind of documentation for this Flash-Download feature?
This is what I have tried:
Display All
I want to flash an LPC2368 (rev. B) with GDB-Server (v3.79w). The response from the server looks good but
nothing is written. I guess that I have to enter some informations about the flash.
Is there some kind of documentation for this Flash-Download feature?
This is what I have tried:
Source Code
- target remote localhost:2331
- Remote debugging using localhost:2331
- 0x00000010 in ?? ()
- (gdb) monitor speed auto
- Select auto JTAG speed (65535 kHz)
- (gdb) monitor endian little
- Target endianess set to "little endian
- (gdb) monitor reset
- Resetting target
- (gdb) load RTOSDemo.elf
- Loading section startup, size 0x48 lma 0x0
- Loading section prog, size 0xb060 lma 0x48
- Loading section .data, size 0x83c lma 0xb0a8
- Start address 0x2b4c, load size 47332
- Transfer rate: 32 KB/sec, 3380 bytes/write.
- (gdb)