This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[RTOS] unstable NDK initialization (HAL) after HW/SW reset

Dear all, 

I'm working on TM4C129x(Tiva) for using IPv4 and IPv6 web server.

When I reset my board, sometimes HAL doesn't initialize well ( once of 10~20times ), then all network is not working. 

( HAL is initialized in NC_NetStart function when RTOS is initialized) 

When I expanded NDK stack, that problem was much better than before.  

So I guess stack is main reason with this problem?

Is there any other reason which affects RTOS initialization ? especially HAL.

Ronie