Hi All,
I have developed my application for the nRF52832 (SKD15.2) on top of the TWI sensor example. I moved from the legacy TWI driver to nrfx due to the data length limit in the TX and RX functions. This example obviously does not use softdevice.
Everything works great in this application for both my TWI sensors (fuel gauge and IMU).
Now, moving this code over to my other fully functional BLE peripheral code, i run into this error. "error: #20: identifier "NRFX_TWI0_INST_IDX" is undefined"
It is telling me that this static nrfx_twi_t p_twi_instance = NRFX_TWI_INSTANCE(0); is undefined. However, i have gone through the sdk_config.h file and ensured that everything related to TWI is the same as my original sensor example.
Is there some conflict here between nrfx_twi and Softdevice?
Cheers,
Zoran