Hello everyone,
I am testing out I2C on the nRF54L15 for a custom PCB project.
I first tested a simple mpu6050 sensor on &i2c21 on pins P1.11 for SCL and P1.12 for SDA.
I am just building it in a minimal sample so there is nothing in the main.
To test i am using CONFIG_SHELL and CONFIG_I2C_SHELL with CoolTerm.
With this setup it works and i can see the device
But when i try to change it to P0.04 for SCL and P0.03 for SDA using &i2c30 it cannot find the device anymore.
I have also disabled uart30 because the CTS uses P0.03. But it cannot see the device using shell
The device also shows up as disabled on the terminal. And the scanning is also really slow for some reason, I don't know.
This is the overlay file in the project:
Any ideas what could be causing this?
Many thanks,
Jack