JTAG Interface using a STM32F103
Posted on November 15, 2015 at 22:14I want to develop a JTAG interface using STM32F103. One way is to use GPIO to drive/read the signals, another way is to use SPI, but unfortunately TMS signal is not present. Is there a way to use SPI and simulate ...