I use nordic 52810.
I am trying to use s112 and HW IIC but I got the compiling error:
twi_hw_master.c:34:5: error: 'NRF_TWI1' undeclared (first use in this function)
It seems there is NO NRF_TW1 in the sdk_config.h and nrf52810.h. Does the 52810 support NRF_TW1? Or just s112 doesn't support and I should use s132?
The NRF_TW1 is used in the SDK 16.0 library.
Thanks,