• Cortex : Saving registers during interrupts
    Hi Want to know if there is a way to instruct the compiler to preserve more than the normal registers (R0-R3, R12, LR, PSR, and PC) during an interrupt. Regards Viktor Bucher
  • Cortex : Saving registers during interrupts
    Hi Want to know if there is a way to instruct the compiler to preserve more than the normal registers (R0-R3, R12, LR, PSR, and PC) during an interrupt. Regards Viktor Bucher
  • Debugging - Save register (or variable) content to a file
    Hi, I would like to know whether there is any way to save the content of a register (or a variable) to a txt file in my PC for debugging porpuses (plot the data). I am using Keil uVision 5 and the...
  • Debugging - Save register (or variable) content to a file
    Hi, I would like to know whether there is any way to save the content of a register (or a variable) to a txt file in my PC for debugging porpuses (plot the data). I am using Keil uVision 5 and the...
  • 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...