I have used the ble_peripheral/ble_app_uart example and add TWIM functionality to communicate with 2 I2C sensors.
I have used the peripheral/serial project to communicate back and forth through the UARTE1.
Both work fines.
Now i want to merge the two projects but cannot get the thing working.
When i merge the TWI functionality to the serial and cannot compiled and come back with the following error. Which i do not understand as i am not using SPI.
multiple definition of `SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQHandler'; Output/Debug/Obj/IoTFabrica_Multi_pca10056/nrfx_twim.o:D:\WATERNET_DEVICE_DRIVE\nRF5_SDK_15.3.0_59ac345\modules\nrfx\drivers\src/nrfx_twim.c:676: first defined here
When i merge the serial onto the BLE_UART. the project compiled but the serial does not work anymore. I do not see any error in all the return.
Please help.