• There are two tcbs has state=RUNNING,how could it happen?
    MDK:MDK-ARM-V2.50, CPU:STR71x. I found one task A is hangging for ever(blocked waiting for a mutex named i2cMutex) but its tcb has the state=RUNNING and i2cMutex can be now used by other tasks. So...
  • There are two tcbs has state=RUNNING,how could it happen?
    MDK:MDK-ARM-V2.50, CPU:STR71x. I found one task A is hangging for ever(blocked waiting for a mutex named i2cMutex) but its tcb has the state=RUNNING and i2cMutex can be now used by other tasks. So...
  • enum values out of range!
    In the uVision enviroment i have a warning which according to the help files i do not believe i should get. It complains about the typedef enum { DATAACCESS_Config = (u32)0x00000000, DATAACCESS_Status...
  • enum values out of range!
    In the uVision enviroment i have a warning which according to the help files i do not believe i should get. It complains about the typedef enum { DATAACCESS_Config = (u32)0x00000000, DATAACCESS_Status...
  • armlink error: out of range pc-relative fixup value
    Hi, I am trying to migrate my project targeting an ARM Cortex M4 MCU previously compiled with ARM Compiler 5.06 to ARM Compiler 6.11. The project uses RTOS Keil RTX v4.81.1 In the linking...