• How to get C51 to generate a DJNZ loop?
    I want a fast and simple delay routine: #pragma OT(8,SPEED) // Switch to speed optimization for this routine void my_delay(BYTE count) { register BYTE i; for (i=count; i; i--); } Is the...
  • How to get C51 to generate a DJNZ loop?
    I want a fast and simple delay routine: #pragma OT(8,SPEED) // Switch to speed optimization for this routine void my_delay(BYTE count) { register BYTE i; for (i=count; i; i--); } Is the...
  • How to do more efficiency ?
    Hi,All I try to define the start_address type, //------------------------------------- unsigned char xdata Start_Address _at_ 0x2000; //------------------------------------- and also need to access...
  • How to do more efficiency ?
    Hi,All I try to define the start_address type, //------------------------------------- unsigned char xdata Start_Address _at_ 0x2000; //------------------------------------- and also need to access...
  • Trying to boot android-swr.img getting errors "could not find android hardware" looping continously...