• File system crashes when no file on SD card
    Hello, we bought the sources of the file system and I think I found a bug in the sources (bug in all releases to 7.3.0) : When there are no files in the SD card, the file system crashes in function...
  • STM32F765VGI SD Card No File System ERROR
    Hello all, I am using STM32F765VGI for my project. Now i have a problem on the SD Card. When I apply the function finit() and fmount() to initialize the SD Card, an error "fsNoFileSystem " is returned...
  • STM32 SDRAM Scatter File
    Hello, i have the following problem: I would like to access the external SDRAM on the STM32F429 Discovery. I could access the external SDRAM, that is not the main problem. The problem is, that...
  • STM32 Connectivity Line in System Viewer
    Hello First, im using MDK ARM Std. 4.20. In our project we have a STM32F107VC (M3, Connectivity Line) and i am currently adapting the STM32_Init.c to be more useful (PLL2+PLL3 settings, more peripherals...
  • Creating a file on a FAT file system
    hi all, I want to create a file on a USB pendrive (FAT16 or FAT32 file system). My FAT code is ok with Linux (I can open the file), but it doesn't work with Windows XP. It says it cannot find...