Hello all,
for my recent hobby project I've have a display board with a STM32F101RBT6 and a 320x240 display with the ILI9341 controller.
The display is connected to the microcontroller by means of a 16bit parallel bus as follows:

I've managed to put the display to work but I need constant "attention" from the CPU to generate the "Write" pulse at the end of each pixel I put on screen.
Is there a way to free the CPU of this task, is DMA capable o something similar? from what I've read the way to go would be the FSMC module but this microcontroller doesn't have it.
looking forward for your comments,
thanks in advanced,
Best regards, Mauro.