• SFR addressing question
    Where as all defined SFR's (IE ones that aren't reserved) fit within the range of S:080-S:0FF. So (considering the available IP variants) how can one address or even access S:000-S:07F or S:100-S:1FF...
  • How can I save Constants
    Hallo everybody, can anybody help me. I want to save Constants on the XRAM. How does this works?
  • Saving values during debugging to a file
    Can I save values during debugging to a file. Like I have array of 10000 bytes which I want to analyse later on.
  • How to Edit/change and save the value of Internal Memory
    Hi Friends, Am using 8051 for my Project...I just need to know how to edit/Change and Save the value in Internal Memory untill Reset. On Reset the original value will be backuped Automatically.....
  • How to save register values before __main function
    Hi, I'm working on a cortex M3 based MCU with Keil. After reset a device related information is stored in R4. This value is cleared after __main and before the main function. Is there a way I can store...