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.