esden on master
Update to recent libopencm3 (compare)
esden on master
Updated LOCM3. Improved the clean target. Ignore if st-link/dfu-util is n… and 9 more (compare)
0xdec on v2.0a
More WIP (compare)
0xdec on v2.0a
WIP migration + v2.0a (compare)
esden on master
Fix formatting, typos, grammar … (compare)
The line with the asm is
asm volatile("msr msp, %0"::"g"
(*(volatile uint32_t *)BLDR_ADDRESS));
from (https://github.com/1Bitsy/1bitsy-examples/blob/master/examples/1bitsy/common/button_boot.c)
arm-none-eabi-gcc --version
returns: while (!(SPI_SR(SPI2) & SPI_SR_TXE));
while ((SPI_SR(SPI2) & SPI_SR_BSY));
monitor connect_srst enable
before scanning and then I could scan and attach, but upon running it would fail. It turned out that my code was disabling the pins used for jtag , killing the connection. Make sure your code leaves the jtag/swd pins you need configured correctly.