STM32F4 new fsmc tft example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-05 6:30 AM
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
Labels:
- Labels:
-
FMC-FSMC
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-05 8:31 AM
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.
