cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Cube to configure LCD on 469i-Disco Board?

David Brooks
Associate II
Posted on June 29, 2016 at 22:09

Are there any examples or documentation to describe how to configure Cube to run the LCD and touchscreen on the 469i_Disco board? I'm finding this to be a monumental task since the 469i-Disco uses DMA2D, FMC/SDRAM1, I2C, LTDC and the RCC peripherals to operate the LCD.

1 REPLY 1
slimen
Senior
Posted on June 29, 2016 at 23:53

Hi,

You can start with an example under

/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef4.license=1467222360html

:

STM32Cube_FW_F4_V1.0\Projects\STM32469I-Discovery\Applications\Display\LCD_Paint

You find the needed for your project under this application which can help you as an implementation example to configure LCD touch screen.

You can refer to the

http://www.st.com/content/ccc/resource/technical/document/user_manual/46/68/46/e0/ee/2a/4c/11/DM00112pdf/files/DM00112pdf/jcr:content/translations/en.DM00112pdf

, section (5.1 LCD configuration) and look at this manual

http://www.st.com/content/ccc/resource/technical/document/user_manual/b7/34/4d/b8/bc/ae/47/1f/DM002188pdf/files/DM002188pdf/jcr:content/translations/en.DM002188pdf

, it may be helpful.

Regards