• More than 1 location changing when setting checksum
    Hi, I have been trying to implement a checksum on an ARM9 using the RealView Armcc compiler. To place my checksum at the proper location, I use: #define INTEGRITY_COMPARE_VAL_ADDR 0x1006FFFF...
  • More than 1 location changing when setting checksum
    Hi, I have been trying to implement a checksum on an ARM9 using the RealView Armcc compiler. To place my checksum at the proper location, I use: #define INTEGRITY_COMPARE_VAL_ADDR 0x1006FFFF...
  • array allocation takes more memory than that in chip
    i am using t89c51rd2 chip with flash memory. the program i use has large array allocation. i think it exceeds the internal memory of this chip. i use xternal memory also..but not helping. help me...
  • array allocation takes more memory than that in chip
    i am using t89c51rd2 chip with flash memory. the program i use has large array allocation. i think it exceeds the internal memory of this chip. i use xternal memory also..but not helping. help me...
  • C274 - absolute specifier illegal
    I am trying to put the software version number (a string) in the code flash at a specific location. When I leave off the "_at_" specifying the address, it works just fine. When I include the "_at_" I...