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
This is the main function. First I initialize the BLE related features and then I tried to initialize spi and read, write some data using spi but it is not reading or writing data in this case. But when i commented out the BLE initialization functions, in that case spi is properly reading and writing the data.
This is the main function. First I initialize the BLE related features and then I tried to initialize spi and read, write some data using spi but it is not reading or writing data in this case. But when i commented out the BLE initialization functions, in that case spi is properly reading and writing the data.