Tool/software: TI-RTOS
Hi,
I am having a bit of an issue here. I now need to use the SPI for interfacing some sensor. If I called the "SPI_init()" in the task's main, then for some reason, the app(nRFConnect) is unable to establish a connection to the device. However, when I remove the SPI_init( ), then everything starts to work normally.
Any idea what issue calling the SPI_init() might be causing?