• STM32 - FSMC
    Hi all, I am attempting to impliment the FSMC upon a 144 pin STM32F103ZE (MCBSTM32E eval board). The required result is the FSMC working in 'asyncronus muxed mode for NOR Flash' i.e FSMC_AccessMode_D...
  • STM32 FSMC+SDIO
    I have MassStorage example for STM32F103VC with SD card by SDIO If I comment GLCD rutines SD card works. But when I uncomment GLCD lines fmount always returns fMediaError int main (void) { ...
  • STM32F4 FSMC set-up
    In the following code the FSMC sets up the registers BCR and BTR (taken from the STM32F400 dev board code from Keil). // FSMC_Bank1->BTCR[(3-1)*2 + 1] = /* Bank3 NOR/SRAM timing register configuration...
  • 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...
  • does the simulator simulate the ST ARM Cortex FSMC?
    Hello All, I am hoping to use the Keil ARM simulator to get a vague idea of how long an ISR takes to execute. The code in the ISR is talking to a memory mapped device that is mapped via the ST Flexible...