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.
Part Number: MSP-EXP432P401R
Hello, i am currently having an interesting issue.
For some reason sscanf kills my program, i have no idea why this is occuring as yesterday sscanf ran with no issues at all. The program is an energia project if that provides any extra information.
The program ends up getting stuck in an infinite loop within the ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I function which i have run into happening before for a different reason that disappeared a while ago. Id think its something to do with the RTOS no longer running the "main" task and just waits for a hardware interrupt of some kind.
Any help will be greatly appreciated.
I vaguely recall someone else running into this recently (maybe on the E-series) but I can't seem to find it.
I think the solution there was to increase the (task's) stack size.
How do i do that? i dont see it in the build settings anywhere.
Is it somewhere in the RTOS?
I don't know much about TI-RTOS. How do you define your tasks? I expect stack size is one of the startup function arguments.
Thank you, this seems to have resolved my issue. As i am using energia i had to modify the "main.cpp" that is generated to connect the RTOS to the energia program.
It was weird though as i was somehow using 2kB of stack which is extremely surprising.
**Attention** This is a public forum