Continuous data transfer via SPI.
I am using the code from this post to connect STM32F407 to ili9341 display TFT_DC_SET(); Enables recording of data to the display.The speed for transferring data to the display is very important, so I need continuous data transfer. The SPI_SR_BSY bi...