This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52 soft i2c problem

Hi. I tri to use my soft i2c lib It works well at nrf51 and other mcu's. But nrf52 i2c_read doesnt works properly. Other funcs works well.

When i read byte from i2c slave the adress write operation is executing well, after when nrf52 started to read a byte it's clock signal goes down to lesss then 0.5 volts image description

My i2c.c .h files Further i2c.c i2c.h

Related