SPI 3-wire bidirectional master not sending clocks
I have an issue with SPI in bidirectional mode (MOSI, CLK and CS). I have a device which I need to write to and from. When I have to write to an adress in the slave device, it works perfectly: reg=0x04; CS_DRIVER_LOW c=HAL_SPI_Transmit_DMA(&hspi2,...