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 occur when I want to receive data. Has anybody on this forum written I2C-routines for this controller? And if so, are you willing to share them? Thanks in advance. :) Kind Regards, Dennis Ebben
Yes, Neil. I agree with you. Sorry for forgetting it. Mehboob once you insert your code in between #pragma asm ... #pragma endasm directive, you need to set 2 options for that perticular file, which are: 1. Generate Assembler SRC file 2. Assemble SRC file Thanks. Pankaj