My custom board with NRF52810 doesn't have an external LF clock, so I am using Synthesised Option.
as per my knowledge clock source will take 320 uA (~200 uA for HF clock and remaining for Lf clock circuitry)
but after stopping BLE advertising it still taking 320 uA.
I Tried running a simple example from sdk17(ble_app_pwr_profiling) in NRF52832 DK board and measured the current,
for Synthesised LF clock Source it is drawing after stopping advertising but for external LF clock (as Board comes with one)
it is not drawing any current. can anybody point out problem here?