Resolved! STM32F7 SPI Runtime OR Memory access problems
Hi Community,I have a STM32F769I as a SPI slave.I want to receive up to 6kByte data in 244 Byte packets (consequently up to 25 SPI packets á 244 Byte).I am using the HAL_SPI_TxRxCpltCallback function. This function will be called after every 244 Byte...