• 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...
  • uVision debugging 'Watch' question
    Hi, I'm using the Keil uVision V4.03q. I wonder if there's any setting to be able to watch all variables during debugging? If I want to watch a function argument in a function it says: 'out...
  • Watching a memory location
    If I have a local variable, how do I tell in uVision what memory location it is in? I need to monitor that location even when the variable is out of scope, because that location is not being popped off...
  • 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?