• How can I save the value of SFR?
    Hi,all! I can see the value of SFR in the register window, and I can save the value of R0~R7 to a file in HEX format by the debug commond(SAVE). But the debug commond does not apply to R8~R15. If I want...
  • Making SFR bit addressable
    We are using Cypress Microcontroller with Keil uVision 2 platforms. One of Cypress register OEB (address = 0xB2) non-bit addressable SFR registry. In our application we are planning to use as a bit...
  • 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?
  • Writting to an address
    How come I cannot write anything to address 0xFFE001 when I state 0xFFE001 as a RAM? Can anyone please tell me what is the correct way of doing it. Thanks you.