I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
I am trying to configure SPI with BLE using softdevice S130. But SPI is not working properly when I used it with BLE, although it is working fine without BLE
Well thanks jorge, let me try few things. Will need you again in near future :)
Well thanks jorge, let me try few things. Will need you again in near future :)
Ateeb, I am facing the exact same issue when I integrate SPI into a BLE_UART example.
I removed all uart functions (all initialization of uart, uart calls and NRF_LOG code) because it was using the same pin as my SPI (the chip select CS pin) and creating issues.
But even after that, although my CS pin works fine now, my ADC gives me a constant 0xFFF..... output in my BLE mobile app. How did you fix your issue?
In my case, my clock output of the SPI is not working (I check my pin in an oscilloscope)