Skip to main content
mibra.1
Associate II
October 21, 2020
Question

DSI Video Mode Sample for STM32F7 with TouchGFX

  • October 21, 2020
  • 12 replies
  • 3676 views

Hi ST Team, Current we using an TFT LCD Drv (ST7701) without GRAM. So we have to use DSI in video mode. But it's hard to understand the required DSI video mode configurations. So we need Dsi video mode code working sample.

After Surfing the Stm32 Application notes, we found the following Doc;

  1. dm00287601-dsi-host-on-stm32f469-479-stm32f7x8-x9-and-stm32l4r9-s9-mcus-stmicroelectronics
  2. en.STM32F7_Peripheral_DSIHOST

But it didn't help much. So the DSi sample code will a lot.

This topic has been closed for replies.

12 replies

Tesla DeLorean
Guru
October 21, 2020

Aren't there examples related to the STM32F769I-DISCO ?​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
mibra.1
mibra.1Author
Associate II
October 21, 2020

unfortunately, No.

There is samples for TFT Lcd Drv with Gram. So they are using Command mode.

Tesla DeLorean
Guru
October 21, 2020

I'm pretty sure that it is using the LTDC/DSI to pump data real time, at pixel clock frequencies

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
MM..1
Super User
October 21, 2020

I test one demo project 469 simply convert from command mode to video mode . When i rememmber open ioc and change mode setup. Regenerate code and try .

mibra.1
mibra.1Author
Associate II
October 26, 2020

Thanks for your help, I wanted to ask if there is sample for dsi video mode with TouchGFX?

mibra.1
mibra.1Author
Associate II
October 28, 2020

Hi every one, there is an update, now the lcd is working but the image on the screen is flickering. so. is that timing error?

Tesla DeLorean
Guru
October 28, 2020

Certainly a lot of interrelationships between various LTDC and DSI clocks, and the screen geometry and colour depth, etc​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
October 28, 2020

Watch also that your memory subsystem has enough bandwidth for your resolution and frame rate.

Large resolution and deep colour depth, going to want 32-bit wide SDRAM, clocking optimally.​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..