SPI with two MOSIs for SWD and SPMI protocol implementation?
Hello, I need to implement the SWD protocol in a STM32 microcontroller. SWD as many other protocols has one bidirectional line that is driven push-pull. I am implementing the protocol using bit banging and 3 output and 1 input. 1 output is for the ou...