mbed OS givinng RTX error
- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I am getting alway
TESTING CODE
[INFO] Preparing frame
[INFO] Configure radio for TX
[INFO] Configure radio for TX
RTX error code: 0x00000001, task ID: 0x200026CC
I am using XDOT . Please help me to proceed . I am using mbed os 5.1 .
Naushad,
RTX error code: 0×00000001 is a stack overflow. One of the threads in your application is using too much static memory. Try allocating any large buffers, etc from the heap instead. If you still have issues, you’ll need to reduce your application’s overall memory consumption (stack & heap).
Cheers,
Mike