Hello,
I'm working with the LWIP Sockets example on the AM263x launchpad board and trying to get a sense of the resources used. It looks like the socket example requires ~570k of ram or else I start running into errors:
"
linker.cmd", line 53: error: program will not fit into available memory, or
the section contains a call site that requires a trampoline that can't be
generated for this section. placement with alignment fails for section
"
570k seems high, and based on some of the other threads I'm seeing on here, the targeted size is a little less than half of that. Are there any lwip options that can be turned off or optimizations that can be turned on to get that size down to something more reasonable?
Thanks.