I believe I discovered a bug in the SPI driver in relation to using HAL_SPI_TransmitReceive_IT() that causes buffer overflows, which also made it tricky to discover.In our project, I had switched our SPI handlers to from blocking to non-blocking usin...