STM32 SPI HAL Error (Not Sending any data)
I'm using a NUCLEO-H563ZI and the STM32 HAL (generated by CubeMX) and there's no data (and no activity) on any of the SPI lines.I'm using SPI2 and it is configured as follows: static void MX_SPI2_Init(void) { /* USER CODE BEGIN SPI2_Init 0 */ ...