• CMSIS-RTOS can not use c++ compiler
    Hi all, I'm using stm32cubemx to create RTOS project, if using c99 compiler, everything good, but when using cpp, there are a lot errors, check the manual, CMSIS-OS.C support c++. Below is one of...
  • CMSIS-RTOS user manual
    Hi I want to start studying CMSIS-RTOS but I couldn't find any user manual for it. there is some user manual for keil-RTX. what is difference between CMSIS-RTOS and keil-RTX? I read in a document that...
  • CMSIS-RTOS user manual
    Hi I want to start studying CMSIS-RTOS but I couldn't find any user manual for it. there is some user manual for keil-RTX. what is difference between CMSIS-RTOS and keil-RTX? I read in a document that...
  • STM32CubeMX and CMSIS RTOS
    Your page "STM32Cube Add CMSIS-RTOS" states in Step 4 "Remove Systick Handler" one should deactivate it in generated code by manually surrounding with "#if 0 #endif" sequence. Unfortunately this sequence...