• Keil Debug mode question
    Hi , I has a problem at debug mode ,Is there any way to see the PCON register of 8051(and other SFRs) at debug mode. Thanks
  • Keil Debug mode question
    Hi , I has a problem at debug mode ,Is there any way to see the PCON register of 8051(and other SFRs) at debug mode. Thanks
  • Debug mode in Keil C
    Hi All, When I using debug mode in Keil C,I has a problem: MOV DPH,#0x80 MOV R0,#0x10 MOV A,#0x88 MOVX @R0,A THIS PROGRAM MEANS MOVE DATA 0x88 TO EXTERNAL MEMORY ADDRESS 0x8010, BUT WHY...
  • Keil failes before debug mode
    I debug some soft on Infineon C166 using Keil. Yesterday the project was completely OK, I compiled, loaded and debugged everything. Today when I try to lauch debug mode it says that "The program uVision4...
  • Debug mode in Keil C
    Hi All, When I using debug mode in Keil C,I has a problem: MOV DPH,#0x80 MOV R0,#0x10 MOV A,#0x88 MOVX @R0,A THIS PROGRAM MEANS MOVE DATA 0x88 TO EXTERNAL MEMORY ADDRESS 0x8010, BUT WHY...