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 so...