• XC161CJ and I2C
    Hi Everybody, I'm experimenting with Infineon's XC161CJ-controller on an Infineon SK-XC16x starter kit. Most of my routines work now, except the I2C-routines. Sending of data works OK, but the errors...
  • XC161CJ and I2C
    Hi Everybody, I'm experimenting with Infineon's XC161CJ-controller on an Infineon SK-XC16x starter kit. Most of my routines work now, except the I2C-routines. Sending of data works OK, but the errors...
  • XC161CJ and I2C bus
    I am struggling with the I2C module of XC161CJ to talk with a real-time clock RTC 8564. In my code, I am doing following sequence to send a DeviceID and an address. But it won't work. 1. while( I2C_uwGetStatus...
  • XC161CJ and I2C bus
    I am struggling with the I2C module of XC161CJ to talk with a real-time clock RTC 8564. In my code, I am doing following sequence to send a DeviceID and an address. But it won't work. 1. while( I2C_uwGetStatus...
  • XC161CJ ASC1
    Hi, Does anyone has ever see the XC161CJ ASC1 working on the KEIl debug window? I can not "printf" nothing! here is changed HELLO: P3 |= 0x0401; /* SET PORT 3.10 OUTPUT LATCH (TXD) */ DP3...