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.

Not all Tasks showing in TI-RTOS Runtime Task Module - CC640

Other Parts Discussed in Thread: CC2541

Hello,

I am frequently getting a stack pointer out of range issue with my code.  I would like to debug stack usage on the application task (modified simple ble peripheral task) and my UART task.

Unfortunately neither of these are showing up in the TI-RTOS Task module.  They are however running because I can communicate over UART, and the app LED is running.  The stack pointer issue occurs once I start doing over the air communication with the CC2541 dongle, so I'm fairly certain I have added the tasks correctly:

ICALL_MAX_NUM_TASKS=4
ICALL_MAX_NUM_ENTITIES=8

Are there other settings that need to be modified to view all tasks?  I find it peculiar the application task disappeared since it was visible when I first started writing the code.  Any help would be greatly appreciated!

-Ben