• P89C669
    Does (or when will) Keil support the P89C669 ? Alternately if the MX is supported (long address - no bank switching) can that be used with a 'homemade' sfr definition file for the 669? Erik
  • P89C669
    Does (or when will) Keil support the P89C669 ? Alternately if the MX is supported (long address - no bank switching) can that be used with a 'homemade' sfr definition file for the 669? Erik
  • P89C669 configurations
    I am using P89C669 controller. What are the configuration i have to set in uvision to use off-chip xdata of 64KB and to disable on chip xram?
  • P89C669 & I2C
    P89C669 user manual page 71 indicate I2CON (91h) is bit addressable.! How can declare to compiler? My custom header file for P89C669 ; sfr I2CON = 0x91; sbit I2EN = I2CON^6; sbit STA = I2CON...
  • P89C669 & I2C
    P89C669 user manual page 71 indicate I2CON (91h) is bit addressable.! How can declare to compiler? My custom header file for P89C669 ; sfr I2CON = 0x91; sbit I2EN = I2CON^6; sbit STA = I2CON...