• debugger Watch window cannot show the true value
    Hi, I am using GNUARM 4.1.1, and the MCB2300 EVB for developement with the newest version V3.53 of uV3. I am having a problem with the debugger watch window that it is not provide the true value of...
  • memory window shows correct / false value
    Hi, I hope someone of you could help me. Using the AT91SAM9261 controller I've a few problems with the micron sdram 48LC8M16A2. I wrote a little programm to test the sdram unsigned char ...
  • Debugger watch window will not show assembly variables
    Is there a method to declare labels and variables written in assembly so that the debugger watch window will show them? I know I've done this with IAR but can't see how with uVision. For example I have...
  • local variables not showing correct value
    Hi, Am I doing something wrong? The local variable below called 'test_byte' is used to hold return values from function 'ser_buff_read_byte ()'. The value returned is always 0x1D both in the watch...
  • uVision4 Debugger's "Memory 1" Window doesn't show the updated value
    I tried to write a simple program that can find the 1's complement of a number and store the result in memory. This is my program: ;Find the one's complement (inverse) of a number TTL Ch4Ex2...