2007-08-06 07:32 PM
2011-05-17 12:41 AM
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 ]2011-05-17 12:41 AM
Thanks a lot !! :D
Luc2011-05-17 12:41 AM
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, Gert2011-05-17 12:41 AM
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, John2011-05-17 12:41 AM
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 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