• Accessing SFR
    Hi Please, How i implement this code in CARM? ///////////////////////////////////////////// typedef struct _AT91S_RTC { AT91_REG RTC_CR; // Control Register AT91_REG RTC_MR; // Mode Register ...
  • Accessing SFR
    Hi Please, How i implement this code in CARM? ///////////////////////////////////////////// typedef struct _AT91S_RTC { AT91_REG RTC_CR; // Control Register AT91_REG RTC_MR; // Mode Register ...
  • Faking indirect SFR access
    Hi everyone, I have an 8051 boot loader for in-system programming. I have a command protocol that allows me to read and write to flash, XRAM, and IRAM over the in-system communications interface...
  • Faking indirect SFR access
    Hi everyone, I have an 8051 boot loader for in-system programming. I have a command protocol that allows me to read and write to flash, XRAM, and IRAM over the in-system communications interface...
  • sfr P1 = 0x90; /* SFR for P1 */
    i was download the code from internet the program is start with these lines -------------------------------- sfr P1 = 0x90; /* SFR for P1 */ sbit P1_0 = P1^0; /* SFR for P1.0 */ sbit P1_1...