• SFR'S
    How do I view the contents of sfr's in the UV2 debugger?
  • SFR
    Hallo everybody, can I overwrite the SFR and write other datas like constants. For example can I delete the ASC Registers because I don't need them?
  • SFR access without keyword "sfr"
    Hi, I'm trying to access SFR memory using the hexa address of the SFR and using only "C" instructions. Since SFR memory is accessed by direct addressing mode, like the first 128 bytes of internal...
  • Volatile for SFR ?
    I have some Special function registers (SFR) that need to be in volatile type. How can I do this? Because when I declare: volatile sfr16 CAN0DAT = 0xD0; the compiler said that is wrong.
  • About SFR
    How to define TH2 and TL2 as a int I tried using data unsigned int Count _at_ 0xCD but it is giving error C274