2020-02-04 02:02 PM
Hello, I am experiencing problems with using ADC together with BLE. When I comment out BTLE_StackTick() inside main loop, the ADC reads values correctly (checked over UART). But when BTLE_StackTick() is called, ADC always returns 0.6V. What is the solution?
Solved! Go to Solution.
2020-02-04 02:17 PM
Well I found out that ADC in continuous mode doesn't work with BLE, but in single mode it works. Thanks anyway.
2020-02-04 02:17 PM
Well I found out that ADC in continuous mode doesn't work with BLE, but in single mode it works. Thanks anyway.