Closed vladkozlov69 closed 5 years ago
Closing due to lack of activity and this doesn’t appear to be an issue with this project.
@vladkozlov69
1- The blog you referenced used stlink
platform but you should use swlink
for the bluepill
2- To flash, try this command:
arm-none-eabi-gdb -nx --batch \
-ex "target extended-remote /dev/ttyBmpGdb" \
-ex "monitor swdp_scan" \
-ex "attach 1" \
-ex "monitor erase_mass" \
-ex "load" \
-ex "compare-sections" \
-ex "kill" \
$(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex
Hello,
I'm trying to program NRF52832 using Black Magic Probe made of STM32 (as per https://medium.com/@paramaggarwal/converting-an-stm32f103-board-to-a-black-magic-probe-c013cf2cc38c)
However I'm getting these messages:
Am I doing something wrong?