Sunil, It depends on your requirement, what you want at each memory. Basically you have the .text (code), .data (initialized data) & .bss (uninitialised data) -- 3 main sections & you can decide on keeping these different sections at different memories. Also you can spilt them between many memory regions by specifying the object files explicitly. Let me know what you want to use the external memory for & I will help you with the linker script. Cheers, -Mike. --- cbitsunil <cbitsunil@...> wrote: > Hi to all group members, > Iam using LPC2214 for my > project. > i am using external memory for my project.Iam > getting some problems > with my .ld file.Coz i dont know how to write it.I > have an .ld file wc > which is deined for internal flash and ram.But i > have to define one > more segment for External memory. > so plese some body can send .ld file which > is used for > three memory regions(flash,ram and external memory > ranging from > 0x80000000). > Thanks in advance. > sunil. > > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Message
Re: [lpc2000] Problem with .ld file
2005-05-02 by Michael Anburaj
Attachments
- No local attachments were found for this message.