• cmsis fails to compile with armcc v6.12
    I am encountering a error when compiling my CMSIS project. My application is using a Cortex-M4 and I am using MDK v5.28 with the ARM compiler v6.12. The compilation failes with the following results:...
  • cmsis fails to compile with armcc v6.12
    I am encountering a error when compiling my CMSIS project. My application is using a Cortex-M4 and I am using MDK v5.28 with the ARM compiler v6.12. The compilation failes with the following results:...
  • std::bind in ARMCC 5.06 ??
    Hi, we use C++ in our project and we want to use std::bind . Unfortunatelly this is not available in ARMCC. I had a look in <functions> Header but I cannot find a documentation for those header files...
  • std::bind in ARMCC 5.06 ??
    Hi, we use C++ in our project and we want to use std::bind . Unfortunatelly this is not available in ARMCC. I had a look in <functions> Header but I cannot find a documentation for those header files...
  • 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...