• 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 requirements
    Hello, My application is to display image from SD card. So that I have to interface 800x480 SSD1963 color LCD with STM32F103(72Mhz). While doing some search I come to know that everyone are using...
  • 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...
  • 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) { ...
  • External Flash (via FSMC) too slow
    Hello, I'm working with an STM32 (specifically the STM32F103ZE) with an external NAND Flash memory connected to it. I'm using the memory chip and schematic described in ST's application note AN2784...