Hi all,
I am using NRF51822 Bluetooth, which I am interfacing with the my microcontroller UART. when I dump the code into my Nordic NRF51822 BLE then it is only advertising but not communicating with the microcontroller. I dumped Softdevice and program Application both by using nrfgo studio Virsion 1.20.0.2.
To build the program I used KEIL V5.23.0.0 and i also tried on KEIL V5.15. It is also giving the same result( Advertising but not communicating with the Microcontroller).
To dump the code i used JLINK Base flasher.
Softdevice file name: s110_nrf51_8.0.0_softdevice.hex
program Application file:nrf51422_xxac_s110.hex
I tried on three systems, two system are giving the same result (advertising but not communicating with the Microcontroller), but in other system it is both advertising and communicating with the microcontroller, when i used the same setting and same source code which i used in the other two systems. Please let me know how can i solve this problem.