• 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...
  • 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...
  • 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...
  • AGSI: Watching far Memory Area
    Hi, We want use the AGSI Watch Memory functionality to access a variable in the area between 0xE00000 to 0xE007FF. We have written a sample program for Infineon XC164CS with AGSI memory watch for...
  • 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?