STM32H7 dual core - M4 SPI Issue
After configuring SPI channel on the M4 core as a read only master (while observing signals on the scope) I was not able to generate a clock while using the HAL_SPI_Receive() functions (which returned HAL_ERROR status). When I changed the configurat...