cancel
Showing results for 
Search instead for 
Did you mean: 

Fat file system for SD card

mtraman
Associate II
Posted on August 07, 2007 at 04:32

Fat file system for SD card

5 REPLIES 5
mtraman
Associate II
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 ]

craig239955_st
Associate II
Posted on May 17, 2011 at 09:41

Thanks a lot !! :D

Luc

gkruger
Associate II
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

animev09
Associate II
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

gkruger
Associate II
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