We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i get the linker error while programming for lpc 1114 in lpc11xx.s the startup file as follows.
linking... .\startup_LPC11xx.s(31): error: L6226E: Missing base address for region Stack_Size. .\startup_LPC11xx.s(31): error: L6292E: Ignoring unknown attribute 'EQU' specified for region Stack_Size. .\startup_LPC11xx.s(33): error: L6228E: Expected '{', found 'A...'. .\startup_LPC11xx.s: Error: L6372E: Image needs at least one load region. Target not created
pls help.
i mean i cant find the base address anywhere.even in the datasheet its is not clear. how do i find it?
It looks as if you introduced a syntax error into the .s file. What happens if you replace it with a "standard" one (provided by Keil samples, for instance)?