Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12 using deprecated twi_sw_master.
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12 using deprecated twi_sw_master.
What is the error reported in NRF_TWIM_EVENT_ERROR
? You can enable debug logging in the TWI module by setting TWI_CONFIG_LOG_ENABLED 1
and TWI_CONFIG_LOG_LEVEL 4
in sdk_config.h.
What is the error reported in NRF_TWIM_EVENT_ERROR
? You can enable debug logging in the TWI module by setting TWI_CONFIG_LOG_ENABLED 1
and TWI_CONFIG_LOG_LEVEL 4
in sdk_config.h.