We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, I am searching for an working example of I2C slave to run in a SAMD09. Does anyone have something to share?
For your build errors of your I2C example code, you need to do some debug by yourself.
For bare-mental I2C driver, you can refer to Arm CMSIS
For Linux like I2C driver, you can refer to the Linux I2C framework, which is more complex.