Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
rtx crash during interrupt
I just met this problem, when isr happens during rt_switch_req, it has a really high chances to over write another stack's pointer, and cause mbed_error eventually.
Seems the invoked stack is too long, and eventually caused data overwriten, Is there any recommended size for initial sp stack which is served for isr? Or any method to avoid this kind of problem in complilation stage? This really caused me a lot of time, hope it will no longer happen on any other's program.