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
  • Forgot to add...
    One of my projects running on a lpc11c24 is behaving crazy. I have 9 threads running with sufficient stacks (user supplied). They usually run alright, but once in a while the system will fail. The symptoms are not the same each time. Sometimes all threads will stay in a os_dly_wait() for 65000 seconds (all threads!) and I can't figure why (the threads are all using the os_dly_wait() function at some point, usually sleeping for 100 msec or so). Another "crash scenario" is that something like half the threads will stop, and the "RTX Task and System" view in the debugger will just show Wait_DLY with the same delay value for the threads that are not running (the number will update).
    So something is playing havoc with my system, and I was wondering if it could be problems with microlib and my usage of it in a multi threaded system (I'm using floats btw)

    This is turning my hair even more gray...

Reply
  • Forgot to add...
    One of my projects running on a lpc11c24 is behaving crazy. I have 9 threads running with sufficient stacks (user supplied). They usually run alright, but once in a while the system will fail. The symptoms are not the same each time. Sometimes all threads will stay in a os_dly_wait() for 65000 seconds (all threads!) and I can't figure why (the threads are all using the os_dly_wait() function at some point, usually sleeping for 100 msec or so). Another "crash scenario" is that something like half the threads will stop, and the "RTX Task and System" view in the debugger will just show Wait_DLY with the same delay value for the threads that are not running (the number will update).
    So something is playing havoc with my system, and I was wondering if it could be problems with microlib and my usage of it in a multi threaded system (I'm using floats btw)

    This is turning my hair even more gray...

Children