I am having trouble with a udp socket. It receives for a random time, then stops working and can even cause a crash.
I read in the ndk faqs that the ndk drivers need some l2 cache, and my configuration does not have any allocated. When I try to set the cache size to anything other than 0, I get this error message;
XDC runtime error:ti.platforms.evm6678.Platform.Instance#0: ‘l2Mode’ is sealed
I then have to delete the .config folder benath my project before I can build again.
Sometimes I see a stack overlfow error message just after the socket stops receiving.