This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

microlib and RTX

Sorry if my question is very simple...
But is it possible to use microlib together with RTX (Cortex M0) ?
I have read some of the doc about the microlib, but I'm not totally sure of the answer to my question....
Anyone ?

Parents
  • Tamir,
    yes I have, and sometimes they also trapped. But often I just see the before mentioned errors (long delays and threads stopping).
    When I think of it, when/why is the stacksize in startup.s used (I know it is used when main runs until the RTX init takes over)
    I run with user supplied stacks in all threads, also the init thread

Reply
  • Tamir,
    yes I have, and sometimes they also trapped. But often I just see the before mentioned errors (long delays and threads stopping).
    When I think of it, when/why is the stacksize in startup.s used (I know it is used when main runs until the RTX init takes over)
    I run with user supplied stacks in all threads, also the init thread

Children