Power Consumption Measurement
Hello everyone,
I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.
The board is powered from the computer's USB port.
The board has a IDD jumper (JP6) for MCU current measurement so I attached a Parkside multimeter to get the current.
I created a project in which the main while loop is empty and all peripherals are disabled. In this case, the current shown on the display of the multimeter is fixed.
If I modify the project and I use the timer interrupts to acquire data from the sensors, the current shown is fixed.
If I create another project without interrupts but acquiring data from the sensors in the main while loop, the current shown is fixed. If I add some "printf" (using USART2 and PuTTY) to show these data, the current is variable.
If I create a project in which I execute some inferences of a neural network, the current is variable.
Why do I have a fixed value of the current on the display in some cases and a variable value in other cases?
Could anyone please help me?
