• fmount fails with fsMediaError
    i want to use keil middleware for file system and using micro sd with ssp on LPC1768. after finit("M0:") i call fmount("M0:"), but it returns fsMediaError error. #include "cmsis_os.h" #include ...
  • Ext. Ram
    I am having problems setting up and using external ram. I ahve it set in my project file as external memory ram starting at 0x10000 size 0x10000, i have CS0 enabled with 16bit demux bus and my eval XC161board...
  • Scatter ext. RAM loading
    Hello to everyone!! I need some advices about scatter loading; In my application I have a scatter file to load a binary in external SDRAM (0xA0000000) by a bootloader; i would place some piece of ...
  • fmount function returns fsNoMedia, error code 0x0A
    Hi, I am using Keil version 5.23 and controller STM32F417IGHx and SD card MicroSD 128MB. SD card drive M0 is getting initialized using function finit but when I am trying to use function fmount...
  • Ext Nand Flash Algorithm
    Hello I'm working S3C2440, large page(2KB) NandFlash. I'm modified flash/samsung_nand_sp folder sample program to support large page. I'm using nand boot in s3c2440. but, Not Flash... and Error...