What's the lowest power way of using a Timer to divide by 2 ?
I need to divide a 24.576 MHz signal down to 12.288 MHz for a low power ADC so thought a timer would do this easily. But either I'm missing something or I have to put a value of 1 in the compare register and reload the counter all the time which seems rather wasteful on power. Is there a simpler way to just divide a signal by two by putting it in TIMx_ETR and outputting on one of the TIMx_CHy pins, presumably with the rest of the counter bits free-running ?
Thanks