Question
STM32G0318 MCU: Does anyone have an example of using SPI with this MCU? I get the reset handler called after initialization, when this line is called: __HAL_SPI_ENABLE(hspi); in HAL_SPI_Transmit.
I used STM32CubeMX to generate a simple project, have a simple breakout board with nothing connected to it other than power, programmer, and ground.
