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: NDK problems

Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi,

I am working with sysBios & NDK running on CortexM4 ( TDA3xx )

My application is runing a web server and upon a request from the browser i need to be able to shutdown NDK and sysbios.

I encountered a problem in which when calling NC_NetStop(0); is order to shutdown NDK, depends on the timing, if there is a network activity (i.e. the browser on the other side send a request) or it may be due to some left over activity that has not been completed , the CPU crashes.

I have tried disabling all network related interrupts to the ARM (cortexM4) but still i got into a scenario in which the CPU crahes upon the shutdown process.

Can anyone help and suggest some resolution to this problem?

Thanks

Guy