• Why does the following code not blinking the built-in LED (A_5) on an F103RB board when using the CIM-RTOS2 API. The same code works when using the older CIM-RTOS API. There are no compilation errors:...
    /*---------------------------------------------------------------------------- * CMSIS-RTOS 'main' function template *---------------------------------------------------------------------------*/...
  • Why does the following code not blinking the built-in LED (A_5) on an F103RB board when using the CIM-RTOS2 API. The same code works when using the older CIM-RTOS API. There are no compilation errors:...
    /*---------------------------------------------------------------------------- * CMSIS-RTOS 'main' function template *---------------------------------------------------------------------------*/...
  • CODE DOES NOT WORK
    HI. I HAVE GOT SOME GOOD CODE,,,, IT DID NOT WORK AND I NOW FIX ALL BUGS AND PROBLEMS AND IT IS RUNNING,,,,, BUT IT IS STILL DOES NOT WORK,,,, PLZ I SEND THE CODE TO YOU AND YOU FIX IT QUICKLY FOR...
  • CODE DOES NOT WORK
    HI. I HAVE GOT SOME GOOD CODE,,,, IT DID NOT WORK AND I NOW FIX ALL BUGS AND PROBLEMS AND IT IS RUNNING,,,,, BUT IT IS STILL DOES NOT WORK,,,, PLZ I SEND THE CODE TO YOU AND YOU FIX IT QUICKLY FOR...
  • #if (x>0) conditional compilation does not work
    Hello, I'm using KEIL V5.10 with STM32F103. My project has some enum type variables, such as typedef enum { a0 = 0, a1, a2, an } aType; In source file, I used conditional compile statements:...