I am using all SPI instances and want to use a TWI instance as well. As soon as I add the nrfx_twi.c file I get 1> ...nrf\modules\nrfx\drivers\src/nrfx_twi.c:725: multiple definition of `SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQHandler'; Output/readoutmeter_demo_s140 Debug/Obj/nrfx_spim.o:nrf\modules\nrfx\drivers\src/nrfx_spim.c:676: first defined here
How can I do this, I do not require event handler for SPI or TWI, all communiction is supposed to by synchronous.
The framework is v16 and the device is a nRF52840.