Browse By Tags

  • 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 in both Keil MDK / DS-5 or GCC for ARM. Thank you!…

  • CMSIS: A success story

    When the first Arm Cortex-M3 devices came to market in 2004, it quickly became clear that a vendor-independent hardware abstraction layer was required to simplify software re-use and to reduce the learning curve for new software developers. The introduction…

  • Arm Development Studio or MDK? Which should you choose?

    The recently launched Arm Development Studio provides a complete software development solution for all Arm devices. It includes as part of the package a license for Keil MDK, the preferred toolchain for users of Arm Cortex-M based microcontrollers. MDK…