ide :- segger embedded studio
I have a problem regarding BLE_UART.
I am using Segger Embedded Studio. I want to implement Bluetooth, so I used an already existing code in BLE_Peripheral (UART_BLE). Through this, data is being transmitted and received via Bluetooth (TX and RX), but I want to implement ADC. However, ADC implementation is not working. How should I do it?