dragonmux on high-z-idle-swclk
native: Implemented platform su… (compare)
dragonmux on adiv5-aborts-corrupting-writes
dragonmux on lpc4370-external-flash-support
lpc43xx: Reformatted and cleane… lpc43xx: Reformatted and re-ord… lpc43xx: Finished reformatting … and 43 more (compare)
dragonmux on sfdp-support-for-spi-flash
esden on main
adiv5: Add a dummy read to the … hosted/cmsis_dap: Add a dummy r… (compare)
esden on main
target_internal: typedef'd the … sfdp: Begun implementing the ma… sfdp: Implemented types and hel… and 20 more (compare)
dragonmux on main
hosted/jlink: fix bad line rese… (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'
I compiled blackmagic under macOS make PROBE_HOSTED=hosted HOSTED_BMP_ONLY=1
today in order to get a hosted blackmagic connecting to an STLINK-V2 attached to my computer. Compilation went through this time after recent patches.
But I'm wondering why I don't get any native binary to run on my host (macOS). Or do I misunderstand sth.?