2016-01-05 06:30 AM
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-tft2016-01-05 08:31 AM
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.