How slow will an nrf52832 run, using an external crystal, for the purpose of extending battery life? Or am I looking at the wrong processor? I'm looking for a processor for a battery powered sensor project, we're hoping to get 2+ years from 4 AA lithium batteries. The Bluetooth will only be used for configuration changes, but will be turned completely off 99.9% of the time, and I'm thinking we can use the internal oscillator to run at the full 64MHz during the times BT is required, then revert back to the slower external crystal when BT is off. The processor will be sampling from the ADC between 240Hz and 1kHz, do some math on the readings then toggle a single output pin based on the values read. The specifications say 58uA/MHz, but I didn't see the clock range specified. Am I going about this all wrong? Thanks in advance!