UweBonnes on master
Add support for NXP LPC802, LPC… (compare)
heyoo :)
I've successfully used a BMP attached to an STMF103 board, but I'm out of luck with STMF411 - the program gets flashed and starts, but gdb apparently has connection issues:
Attaching to program: /Users/ace/play/stm32/f411-leds-2/target/thumbv7em-none-eabihf/release/app, Remote target
0x080061fc in Reset ()
(gdb) load
Loading section .vector_table, size 0x198 lma 0x8000000
Loading section .text, size 0x6100 lma 0x8000198
Loading section .rodata, size 0x1770 lma 0x80062a0
Loading section .data, size 0x4 lma 0x8007a10
Start address 0x80061ca, load size 31244
Transfer rate: 37 KB/sec, 892 bytes/write.
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /Users/ace/play/stm32/f411-leds-2/target/thumbv7em-none-eabihf/release/app
Running the default executable on the remote target failed; try "set remote exec-file"?
and
0x08006200 in Reset ()
(gdb) load
Loading section .vector_table, size 0x198 lma 0x8000000
Loading section .text, size 0x6100 lma 0x8000198
Loading section .rodata, size 0x1770 lma 0x80062a0
Loading section .data, size 0x4 lma 0x8007a10
Start address 0x80061ca, load size 31244
Transfer rate: 36 KB/sec, 892 bytes/write.
(gdb) s
Single stepping until exit from function Reset,
which has no line number information.
Could not read registers; remote failure reply 'EFF'