I am currently working on the nRF52810 MCU. I have successfully completed the GPIO, ADC, and BLE implementation. In my application, I now need to establish I2C communication with an STM32, where the STM32 will act as the I2C master and the Nordic nRF52810 will act as the I2C slave.
I need firmware or a reference implementation for configuring the nRF52810 as an I2C slave using the Zephyr/nRF Connect SDK. Your guidance or any sample code would be greatly appreciated.
Thank you.