Hi,
I have a simple TI-RTOS application that I am developing that runs a couple of tasks and I now need to add ethernet capability. When I run the application with the NDK disabled in XDCONF it runs fine but when I add in the NDK I now get a heap memory error. Checked in ROV and there is loads of unused heap space. I can see that the network stack is starting up as NC_NetStart is trying to start but the error message suggests that NetStart is not completing and the network open hook function is not reached.
apMem: line 361: out of memory: handle=0x20016cd8, size=2048 (first two chars missing for some reason)
00000.000
NC_NetStart: WARNING: Boot thread has not completed!
ROV: heap totalSize is 0x400, totalFreeSize and largestFreeSize are both 0x3b8
Any suggestions welcome.
Russ