Why am I not getting a signal on SCL when using SPI1 on STM32F103C8T6?
I'm using a "blue pill" breakout board and developing with STM32CubeIDE and HAL libraries.When I HAL_SPI_Transmit to SPI1, I get a signal on the MOSI line (PB5), but the corresponding clock signal on SCL (PB3) is a constant 0V. If I run the same code...