SPI Overrun error is occurring in stm32g030kt6 MCU Slave
I programmed stm32G030kt6 controller as slave .it need to send requesting packets to master . what is happening is alternative packet is getting skipped from my buffer as shown in below image .
uint8_t tx_buffer[41] = "\x29"
"\x3F\x4F\x5F\x6F\xFF\xFF\xFF\xFF\xFF\xFF"
"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF"
"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF"
"\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF";

kindly help in solving this. i can provide more information on this if it is needed