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

TWI is not worked! please help me...

Hello, I use nrf52810 custom board and icm42605 6 axis sensor with twi.

device address is 0x69, I tried read data reg 0x75 for read chipset id.

I think that sensor sent ack for address and register number, but clk is not pulled up, so device is stuck.

not any running of twi handler.

for using twi, I set sdk_config.h as bellow. I use sdk 17.0.2

#define NRFX_TWIM_ENABLED 1
#define NRFX_TWI_ENABLED 1
#define NRFX_TWI0_ENABLED 1
#define TWI0_ENABLED 1

Please help me what can I do?

I apologize for my short English skills.

Thanks.

Related