• Debug-Watch list and memory window
    I have a starter development kit version of STR91x. Memory window does not display any thing neither accepts any variable or function name like main, Has memory window disabled in started kit version...
  • how to watch the memory contents?
    I'm using uVision2 evaluation version to develop my program.The device I used is Ezusb AN2131, but when I debug I can't watch the usb registers.(Their addresses are from 0x7B40-0x8000). How can I watch...
  • How to watch the data memory (RAM) in uVision2
    Hi I wanted to watch the 256 byte RAM or the 1024 byte of the XRAM of 89C51RD2 device while debugging my program in the uVision2. How can i do this?(from which menu or ...) Thanks your attention in...
  • 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...
  • Save Watch Window Data to File?
    Is it possible to save the contents of the watch or memory window to a file? I'd like to store an array of data to a file so I can do some analysis in excel.