• SRAM content after watch dog reset
    How can i retrieve SRAM content after external WDT reset. if i am declaring the variables to be saved after WDT reset as global (array of unsigned char of size 500), the keil compiler is initialising...
  • Internal memory content
    Dear Sir, How can I see the content of internal memory in keil compiler i.e in uvision 51 ,Is 4 memory banks can show the content of internal memory ,What is the range of it in uvision. So that the...
  • How to watch data memory through memory window
    I type the adrress,but it just display the data of code,but I wan't to see the data in RAM,what shall I do?
  • Debug Memory watch Problem
    As a Newbie to 8051_C I have a steep learning curve to climb. I wrote the following simple program: #include <REG320.H> #include <stdio.h> int xdata LED _at_ 0x0fd40; /*LED Mapped to External...
  • Saving the content of the watch windows between two debug sessions.
    Hello, Is there a way to save the content of the watch windows between two debug sessions or when a debug session is stopped and restarted again? For the moment, when I stop a debug session, I have...