Weird issue in SPI HAL Transmit
I'm having a very strange issue. I update an OLED screen using SPI DMA.The OLED itself is organized as 8 rows, 128bytes each.I use the DMA to send framebuffer chunks containing the data (128 bytes) for one row.When the callback is called, it checks i...