9 years, 5 months ago.

`RamLoc32' overflowed by 4344 bytes

I did exported the TCP_socket example to LPCXpresso and I add just a couple of functions and...I run iut of memory. I did try to use DATA(RAM2) in front of some variables , it help, but I'm still far away to 4k...any idea?

1 Answer

8 years, 10 months ago.

I faced the same problem. I tried enabling managed linker script and changing the library to newlib nano and still couldn't get it to work. It has something to do with the linker script. If I am successful in running tcp ip program I will post the answer here.