cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 new fsmc tft example

fordifferentregs
Associate
Posted on January 05, 2016 at 15:30

I try to make work tft with stm32f4discovery via fsmc, but I can't find any examples for new version of HAL files (stm32f4xx_ll_fsmc.h instead old stm32f4xx_fsmc.h). All old examples has some differences with new. Can anybody give short example of code or link how to initialize fsmc with new version?

#smt32f4-fsmc-tft
1 REPLY 1
Amel NASRI
ST Employee
Posted on January 05, 2016 at 17:31

Hi zzz.scorpion,

You can start with CubeMX: generate the project with code initialization for peripherals that you will need to use.

And then, you can refer to some examples that you may find in the STM32CubeF4 package (Ex: STM32Cube_FW_F4_V1.10.0\Projects\STM324xG_EVAL\Examples\FSMC, STM32Cube_FW_F4_V1.10.0\Projects\STM324xG_EVAL\Applications\Display\LCD_Paint).

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.