• variables with type unsigned long problem
    Dear All: When I compile the the code with the statement: The type of short_idx is unsigned short. Row1= (short_idx * 64) >> 8 >>8; If the value of short_idx is 2048, the Row1 should...
  • issues while using unsigned long data type
    I'm curious to know if anyone has had issues using unsigned/signed long data types. In previous version of software this did not present an issue, however, when I recompile the old projects and flash...
  • Data type question --- unsigned int variable
    I am using Uvision2. For some reasons I still see the negative value when declared a variable as unsigned interger -- According to the compiler, it supposes to be positive number from 0 - 65536. ...
  • Locating segments in HDATA by default
    Okay, I think this should be an easy one! I have a program/data partition at 0x20000. I also have internal SRAM from 0-0x1300. Without the 'Use internal SRAM' box checked, I get this config: ...
  • Defaulting variables to HDATA
    Hello. This problem seems to have come up a few times in the past.. - http://www.keil.com/forum/docs/thread2857.asp - http://www.keil.com/forum/docs/thread3123.asp - http://www.keil.com/forum...