We are developing an Industrial Automation protocol Ethernet/IP on AM335x, which uses NDK. We had developed this previously using Lwip stack, and it could be executed DDRless(not tested, but the memory map looked good).
The NDK driver is up now, but memory map.(Please visit the site to view this file) doesn't look promising. We have to fit in the Read/Write sections of the program into 128K(Internal Memory of AM335x), and the .far section itself mounts to 350K plus. Is this possible on NDK? To what extent can we reduce the memory footprint?
Thanks,
Vinesh