STM32L4S7ZIT: Can FMC be used with DMA?
HI All,
I plan to use STM32L4S7ZITx cpu. I need to work with LCD screen which has parallel interface and connected to FMC. It works fine on demo board but i would like to offload the CPU. But i am not sure if FMC can work with DMA.
I checked the following:
The RM0432 (i guess it is the right reference manual for this cpu).
On page 397 there is a table Tab54 which lists all multiplexer inputs to resources. There is no FMC listed there. So i guess FMC is not supported by DMA.
An so it is not possible to offload the CPU from writing long memory chunks to LCD screen or to any memory connected to it.
Am I correct?