implementing swd with spi on stm32f3
Posted on November 29, 2016 at 03:44I have a working bit-banged implementation of swd, now I want to use the spi device. The protocol is a bit odd in requiring some short input sequences. Essentially, I'm using the spi device for everything that's...