2021-06-29 02:14 AM
Hey There,
I am working on a project that will involve using a STM32H743VIT6. Its quite a complex board so almost all of the pins one the MCU have been occupied. Because of this I have to drive the 240x320 LCD-TFT with SPI ( Driver is ILI9341). I was hoping to use the ChromeART graphics accellerator to do this to relieve the load on the MCU. However I just came accross this https://support.touchgfx.com/docs/development/hardware-selection/hardware-components/hardware-selection-mcu which only lists Parallel, LCD-TFT and MIPI DSI as the ChromART peripherals for the STM32H7 series.
I have also found this document relating to the STM32L4. Which seems to breifly mention that the DSI uses a similar interface to SPI.
Would there be any way of redirecting the output of one of these peripherals so that it would work with an SPI channel?
Thanks
Ricky
2021-07-13 11:41 AM
For offload MCU core you need display designed interface = RGB, DSI . SPI is universal bus and offload here is only DMA mode.
Chromart can help here only for example with blitcopy image from flash in one format to RAM framebuffer in other format.