Skip to main content
Visitor II
August 7, 2007
Question

Fat file system for SD card

  • August 7, 2007
  • 5 replies
  • 1032 views
Posted on August 07, 2007 at 04:32

Fat file system for SD card

    This topic has been closed for replies.

    5 replies

    mtramanAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:41

    Hi all,

    the sd card file system has been ported to str9

    it is based on the embedded filesystem library from sourceforge

    the compiler is RealView

    [ This message was edited by: tvikram on 19-04-2007 07:04 ]

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:41

    Thanks a lot !! :D

    Luc

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:41

    Thanks tvikram!

    I am getting an error when compiling. The error says that ''A LABEL was found which was in no AREA'' and pointing to the first line in the scat_ram file. Is there a special way that you need to add the scat_ram.scf file, or something that I need to set?

    Regards,

    Gert

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:41

    Hi,

    I use MDK-ARM eval which does not allow to use scatter-loading description files. Is there anyway to modify the start up code without using scatter file?

    Regards,

    John

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:41

    Hi John,

    I think the original project for the lpc2000 didn't use a scatter file. Maybe worth looking at that. It is available at

    http://sourceforge.net/projects/efsl/

    I got the previous error because I didn't load the scatter file correctly, but now I am getting other compiler problems(entry points etc). I don't have enough time/experience to find all the problems and am going to code the parts I need myself as I only need limited functionality. Will try and get the efsl system up an running in my own time :)

    Gert