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.

E_stackOverflow: ISR stack overflow during runtime



I've been searching around for a solution of my particular problem.  Other problems were with different boards and/or setups.  I've seen to edit Program.stack inside the config file, but where is it?

Below is a detailed look of the call stack.  If it helps, my program consists of running an ADC, connecting to my access point, and starting the http server.  I haven't gotten the opportunity to execute enough code to debug besides my ADC readings.  Also, I have doubled OSI_STACK_SIZE = 4096 from the examples, which did not help.

I need your expert advice on how to solve this problem.

  • Moderator,

    My problem was in fact the one listed above : need to increase stack size inside the config - which is inside the ti_rtos_config project that is imported from the "Getting Started" guide.

    Edit: Feel free to remove this post if you must.

    Thanks.