I am using NXP i.MX93 EVK and want to monitor the POWER consumption at runtime how can I get this data ?
The agenda is to monitor the power during the inference of AI-models. How can I monitor the power metrics ?
How can I monitor power metrics using only software, without any external hardware?
The i.MX93 EVK includes onboard power monitoring circuitry and supports power measurement through software tools.
For i.MX93 EVK, NXP provides AN13917: i.MX 93 Power Consumption Measurement,
https://docs.nxp.com/bundle/AN13917/page/topics/power_measurement_of_the_imx_93_processor.html
It describes how to measure power consumption using the onboard measurement circuitry together with the BCU (Board Control Utility) tool.
Thanks