Hi,
Is there a sample demonstrating the EasyDMA configuration for the I2C21 peripheral of the nRF54L15 using SDK 2.8? I found a sample for the nRF52 with an earlier SDK version, but I’m looking for a more up-to-date one.
Thanks!
Hi,
Is there a sample demonstrating the EasyDMA configuration for the I2C21 peripheral of the nRF54L15 using SDK 2.8? I found a sample for the nRF52 with an earlier SDK version, but I’m looking for a more up-to-date one.
Thanks!
Hi,
The legacy TWI (I2C) interfaces from the nRF52 series are not includged in the nRF54L series, so all I2C transactions are always done using EasyDMA. I suggest refering to the i2c_endless test for an up to date sample.
Thank you!