• 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 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
  • Software I2C in slave mode
    I want to simulate an I2C slave device using a generic 8051 MPU which doesn't have hardware I2C(not like 80C552). I know it is easy to implement software simulated I2C in master mode, but I want to turn...
  • Debug Mode
    Hello, I set up two 'options for target': 1: standard flash download ROM adress 0x80000000, size 0x200000 RAM adress 0x81000000, size 0x100000 use onChip RAM 2: debug mode ROM adress...
  • Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR compiler?