2024-07-15 11:05 PM - last edited on 2024-07-17 03:27 AM by Andrew Neil
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
Solved! Go to Solution.
2024-07-17 02:06 AM
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
2024-07-17 02:06 AM
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
2024-07-17 03:23 AM - last edited on 2024-07-17 03:27 AM by Andrew Neil
Thank you for providing the solution.
Could you provide any tutorial link for the power estimation using CubeMX software?
RItesh
2024-07-17 03:30 AM
https://www.youtube.com/playlist?list=PLnMKNibPkDnE3c_Ja734geXtlifXE5oaN
#11 - Power Consumption Calculator (PCC):
https://www.youtube.com/watch?v=gxvkgkJjI5A&list=PLnMKNibPkDnE3c_Ja734geXtlifXE5oaN&index=11
2024-07-17 03:35 AM
or in STM32CubeMX just go in help (Help->Help or F1 key) and search for Power Consumption Calculator