Hi,
So we have a program that turns on the NDK to see if there is a link established and if not, shut down the NDK and stack. I have walked through and done the math for the enet stack function and the creation of the additional enet threads and when I kill them I get the correct amount of bytes. The discrepency is somewhere in the NC_Netstart function. I think its when it creates the NS_BootTask but when it completes it doesn't delete the task which would release the heap memory. Since our application is only using internal memory for the 6748, every byte is important. Is there any way to free those bytes? Is this even a known bug?
THanks,
Will