Skip to main content
kD1
Associate II
September 19, 2020
Question

How to bring up DSI display 240x320

  • September 19, 2020
  • 2 replies
  • 1179 views

Hi STM, we are working on DSI of 240x320 with STM3F769NI Micro controller with our own PCB design. Could you please help us in providing any sample code which have worked with 240x320 display. 

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 19, 2020

Get the data sheet for the display, and start with the parameters and expectations then.

Select LTDC and DSI clocks based on requirements established above.

Take the F769I-DISCO LCD code as a model.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
kD1
kD1Author
Associate II
September 21, 2020

Hi clive, please find attached document which is having design for DSI communication between STM32f769NI controller and 240x320 LCD. Please review the design pins are correct or any corrections to be done.

Regards,

Kishore D

kD1
kD1Author
Associate II
September 20, 2020

Thanks for reply clive. I have generated GFX code with IAR IDE 8.40. Code is not hitting breakpoint at screen1 while running task. I have tested by implementing another task, it is hitting second task. why GUI task is not hitting but reaching to frontedapplicationbase but not hitting screen1viewbase?