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)
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.