Skip to main content
fordifferentregs
Visitor II
January 5, 2016
Question

STM32F4 new fsmc tft example

  • January 5, 2016
  • 1 reply
  • 810 views
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
This topic has been closed for replies.

1 reply

Amel NASRI
Technical Moderator
January 5, 2016
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 "Best Answer" on the reply which solved your issue or answered your question.