This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using external ram for RW

Hello Sir,

I am using LPC2214 on which external ram is configured. In my program i have used internal ram(16K) for only .data section and used external ram (128K)for the .bss section. I am not able to configure the startup.s. I am getting warnings like below.

test.sct(27): warning: L6314W: No section matches pattern eeprom.o(ZI).
test.sct(27): warning: L6314W: No section matches pattern eeprom.o(RW).
test.sct(31): warning: L6314W: No section matches pattern init_Mar2014.o(ZI).
test.sct(31): warning: L6314W: No section matches pattern init_Mar2014.o(RW).
Program Size: Code=146904 RO-data=52 RW-data=224 ZI-data=92872

Parents Reply Children
No data