• AT89C2051 code address start at 0x0800 instead of 0x000?
    Hi all: I am using uvision C51 evaluation software. I wrote a simple program to use AT89C2051 as the target and try out the software. However, the output hex file shows that the program address starts...
  • AT89C2051 code address start at 0x0800 instead of 0x000?
    Hi all: I am using uvision C51 evaluation software. I wrote a simple program to use AT89C2051 as the target and try out the software. However, the output hex file shows that the program address starts...
  • 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...
  • 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...
  • 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...