• How can I watch the internal ram data in simulation under UV3 IDE?
    I write a program in asm,so I just want to watch the data in internal ram (0x00 - 0xff) but I found KEIL UV3 IDE can only watch the external ram and the varible in C in simulation by memeory window...
  • How can I watch the internal ram data in simulation under UV3 IDE?
    I write a program in asm,so I just want to watch the data in internal ram (0x00 - 0xff) but I found KEIL UV3 IDE can only watch the external ram and the varible in C in simulation by memeory window...
  • 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?
  • 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?
  • uVision2: Can't set watch on 'state'
    My 'C' program has a variable called 'state'. It compiles & runs OK, but uVision won't let me set a watch on it: WS 1,state -----^ *** error 10: Syntax error I presume that 'state' must have some...