2022-08-25 07:56 AM
I am exploring on controller selection. And need to know how much power is consumed by STM32F7 series controllers assuming that very few peripherals are used.
It will have ADC, SPI, Timers, FLASH and FRAM access.
So, wanted to know how much power it will consume.
Any suggestion or input on this part would be a great help.
Thanks !!
2022-08-25 08:18 AM
Hi @NM.1 ,
You need to refer to the tables " Typical and maximum current consumption ..." that you find in the product datasheet.
The PCC tool integrated in STM32CubeMX can help you to estimate the power consumption of your application. You need to refer to Appendix D STM32 microcontrollers power consumption
parameters in UM1718 to know how to use it.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.