This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32F439 FSMC -> FMC

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.

Parents
  • 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

Reply
  • 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

Children
No data