• I2C on 89C669
    Hi I Have problem to run the I2C on 89c669. // function init_i2c // initializes the I2C peripheral void init_i2c(void) { P1 |= 0xC0; // set P1.6 and P1.7 open drain TMOD |= 0x01; // timer...
  • I2C on 89C669
    Hi I Have problem to run the I2C on 89c669. // function init_i2c // initializes the I2C peripheral void init_i2c(void) { P1 |= 0xC0; // set P1.6 and P1.7 open drain TMOD |= 0x01; // timer...
  • Where to find I2C c examples for philips 89c669
    Hi! Can anybody tell me where i can find some i2c examples for philips 89c669.I have some examples for 89c668.But I still can not run it in my 89c669 system. I change my rtxconf.a51(make a new type...
  • Where to find I2C c examples for philips 89c669
    Hi! Can anybody tell me where i can find some i2c examples for philips 89c669.I have some examples for 89c668.But I still can not run it in my 89c669 system. I change my rtxconf.a51(make a new type...
  • philips 89c669
    we r using philips 89c669 ,in design we r using DS1232 to provide reset to 89C669. Reset doesnt come up most of the time. Is this problem of microcontroller?