Skip to main content
Associate II
July 16, 2024
Solved

Power Consumption

  • July 16, 2024
  • 3 replies
  • 1306 views

I am testing DL model on different MCU platform. 

Is it possible to get the power consumption information?

And is there any option to change the clock frequency of MCU?

 

Ritesh

Best answer by fauvarque.daniel

You can't change the frequency of the developer cloud platform and we don't have integrated power measurement.

I recommend to create a local project with STM32CubeMX, put the frequency you want and then run the inference on your local board using either validation on target or system performance.

Then to have a estimate of the power consumption, you can use the power consumption calculator integrated in STM32CubeMX, just indicate the run time corresponding to the inference time and you'll have a estimate of the power consumption

Regards

3 replies

fauvarque.daniel
fauvarque.danielBest answer
ST Employee
July 17, 2024

You can't change the frequency of the developer cloud platform and we don't have integrated power measurement.

I recommend to create a local project with STM32CubeMX, put the frequency you want and then run the inference on your local board using either validation on target or system performance.

Then to have a estimate of the power consumption, you can use the power consumption calculator integrated in STM32CubeMX, just indicate the run time corresponding to the inference time and you'll have a estimate of the power consumption

Regards

Ritesh1Author
Associate II
July 17, 2024

Thank you for providing the solution.

Could you provide any tutorial link for the power estimation using CubeMX  software?

 

RItesh

Andrew Neil
Super User
July 17, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
fauvarque.daniel
ST Employee
July 17, 2024

or in STM32CubeMX just go in help (Help->Help or F1 key) and search for Power Consumption Calculator