cancel
Showing results for 
Search instead for 
Did you mean: 

FSMC Standard Peripherals Library for SMT32f429

oes3
Associate
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
2 REPLIES 2
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 Venmo
Up vote any posts that you find helpful, it shows what's working..
John F.
Senior
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?