• 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...
  • 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
    Hello I have some problems to integrate the I2C Bus in my XC161. Is here somebody how can send me some working I2C routines or can give me a link..? Thanks
  • Using ASC1 on a XC161CJ
    I seem to be unable to activate the second async serial port on a XC161CJ. There's hardly any difference between both ports and "ASC0" runs fine. But whatever I do, "TXD1" will not transmit anything...
  • 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...