• 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...
  • 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. ...
  • 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. ...
  • 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...