Hi,
We have an issue in restarting NDK.
We see memory leak with NDK reboot,the memory allocation fails with few NDK restarts.
We are using a bit old versions of the NDK.
NDK 2.0
CCS v3.3.81.6
BIOS 5.33.06
CGT v6.0.19
In our application we need to restart the communication(NDK) in order to get rid of a communication error.
Currently we are using NC_NetStop(1) to restart NDK and it is working properly.
But the problem is when we restart few times (around 5 times) the NDK stops working,
and we found that the problem occurs with the memory allocation for PBM_alloc.
When we checked the address of PBM_alloc/PBM_free, we found there is a memory leak.
I would like to know what could be the proper procedure to restart the NDK
do we need to do anything else before executing NDK_NetStop(1)?
Best Regards
kummi