I am trying to configure the I2C interface for an Infineon XMC4500 using the Run Time Environment in MDK 5, I cannot figure ot what to do after I select Driver_I2C4 in the configuration Wizard. I guess it is Unit 2 Channel 0.
The example that comes with the pack does not use the RTE. ¿Am I missing documentation?
Thanks,
Fernando
Hello Fernando,
what exactly are your trying to do? As far as I can see, the Driver_I2C4 is configured for the U2C0 as you have also found out. So that should be fine. Just start using the CMSIS Driver I2C Interface API. There, you will also find code examples.
Kind regards,
Christopher
Hello Cristopher,
Thank you for your reply, I am trying that and everything seems to initialize correctly, but I am not getting an acknowledge for the device, even using a different port. I am suspecting that the device is defective and I am going to try with another one, but I will not finish in time for the contest deadline.
I will keep you informed when I am successful.
Best regards,