Tool/software:
Hi everyone,
I tried to implement adc in my project. When I didn't add adc in .syscfg file, the power consumption is only about 1.28 uA.
But when I added adc to the .syscfg file, the power consumption became around 61.9uA.
I haven't even done anything about the adc library in my program, but why is the adc already consuming power? How to optimize the power consumption, I want the adc to be active only when I need it in the program. This ADC will later be used to measure the voltage entering the DIO23 pin.
Regards,
Juan