• RTX5: High priority thread stalled when other thread running
    I am trying to get an application working with two user threads. The first reads a sensor over I2C every time the sensor asserts an interrupt pin. The second runs a periodic calculation which does not...
  • RTX5: High priority thread stalled when other thread running
    I am trying to get an application working with two user threads. The first reads a sensor over I2C every time the sensor asserts an interrupt pin. The second runs a periodic calculation which does not...
  • Support for std::thread and other synchronization primitives, e.g. std::mutex...
    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested...
  • Support for std::thread and other synchronization primitives, e.g. std::mutex...
    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested...
  • Are any other ways to exit Handler mode to Thread mode on Cortex M processors?
    Hi. I am developing small RTOS and I need to switch to thread mode from handler mode to do something, and this has to be done in thread mode. I am testing RTOS on Cortex-M3 and M7 for a moment. I know...