Hello guys, so i have this project that require using interrupts that i'm not familiar with. could you help me?
i'm trying to send data using SPI. i'm getting started with a simple example with is a loopback test. so when i used the HAL_transmitReceive(..) it worked pretty well but when i tried to use it in interrupt mode the last byte of the array that i'm se...