Hi, I'm using an STM32F301 chip to write to a display, so I need a lot of data to be transferred to it. The chip is configured as an SPI slave and the data is received via DMA. My issue is that the DMA receive buffer takes too much space in RAM becau...