Resolved! Simple SPI Echo Application drops receiving Bytes and sends undefined data (STM32G474RE)
Hello,I tried to impelement a simple SPI Echo Slave.The Master transmits Data (Example for Nucleo 474RE - Master Full Duplex Interrupt) and the Slave waits for reception using HAL with a datasize of 1 Byte.After the Transfer is completed I am copying...