mbed OS givinng RTX error

Home Forums mDot/xDot mbed OS givinng RTX error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17784
    Naushad Rahman
    Participant

    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 .

    #17788
    Mike Fiore
    Blocked

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.