We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there anybody who knows when STM32F439 will be supported in MDK 5.0 ? Actually there is no support for SDRAM and FSMC_STM32f4XX.c can't compile since FSMC object don't exist any more (transfered to FMC).
I can write my own code for FSMC initialisation, but this things with software components and drivers looks very interesting to me.
Is there possibility to correct/add current code and then release it under new version of component?
Thank you ,Martin.
Hello Martin,
you should check out the File System example for the MCBSTM32C development board. The MCBSTM32C uses the FSMC for addressing the on-board GLCD. You find it in the Pack Installer Examples tab. Copy this example and open it. Under the green Board Support icon you will find the GLCD_16bitIF_STM32F10x.c file. There are some settings for the FSMC.
Kind regards,
Christopher