• 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...
  • RAMSIZE PARAMETER OUT OF RANGE
    Hi, The linker BL51 generates this error: *** FATAL ERROR L228: RAMSIZE PARAMETER OUT OF RANGE I workunder silicon labs ide, has someone an idea how to parameter the Ram, and where ? Thx
  • enum, out of range
    Hello, I have added U postfix to the integer but the problem still is the same. I read following pages but didn't work. http://www.keil.com/support/docs/3243.htm http://www.keil.com/forum...
  • 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...
  • Error L227 Parameter out of range
    I'm using uVision3 with V8.18 C51 compiler. I have this old code from many years ago which I'm trying to build and supposedly it built fine at that time, but don't know which version of compiler was...