Skip to main content
oes3
Visitor II
December 7, 2014
Question

FSMC Standard Peripherals Library for SMT32f429

  • December 7, 2014
  • 2 replies
  • 583 views
Posted on December 07, 2014 at 17:25

Hello. I use STM32F429ZI with stardard Peripherals Library 1.40. I need use FSMC. But when I add it (in templates and examples files  for example) I get 30 errors. It can't find FSMC_Bank1E -  FSMC_Bank4.

Why I get it?

#stm32f429 #fsmc
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 7, 2014
Posted on December 07, 2014 at 17:34

Do you need to be using the FMC rather than FSMC?

Check the library files being used, and the defines, stm32f4xx_conf.h, etc
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
John F.
Associate III
December 8, 2014
Posted on December 08, 2014 at 09:45

Did you define,

STM32F429_439xx,USE_STDPERIPH_DRIVER

Did you include \STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fmc.c in your build?