• memory window and external RAM
    my program access an array stored in the external RAM,how can i view the external RAM contents during simulation in keil uvision.given below a snippet of my program. MOV DPTR,#4500H MOVX A,@DPTR...
  • Memory Window will not display any data
    I am using the C51 professional developers kit with µVision 2 (Version 7.09 for the Compiler) to develop for an Nordic nRF24E1 (256 Byte idata Memory) For debugging purposes i want to display the internal...
  • uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...
  • Displays Content Mismatch after loading
    Hi, We are using Uvision4 for AT91SAM7L128-IC AT91SAM7L-STK---- eval Kit When we have created the new sample application and try to laod the code it is showing Content Mismatch at 0x100000H...
  • uV3 - Memory window does not update?
    Hello, I am currently trying to debug an application that uses the ULOAD mode of the ADuC845 to write to code memory. Apparently, the code itself is working, but when trying to view the changes...