cancel
Showing results for 
Search instead for 
Did you mean: 

Power measurement on STM32N6570-DK board

visakh
Associate

Hi Team,

I am working with the STM32N6570-DK board and reviewing the available power measurement methodology. From what I understand, the current approach/documentation focuses on measuring only VDD_CORE power.

My requirement is different: I want to measure the total MCU power using a JS220 Joulescope, not just the VDD_CORE domain.

Specifically, I would like to understand:

  1. What is the recommended hardware measurement point on the STM32N6570-DK board to capture total MCU power?
  2. Is there a board jumper, shunt, or power rail that isolates the complete MCU supply path?
  3. If measuring only VDD_CORE is the officially supported method, what additional rails should be included to estimate total MCU power?
  4. Has ST validated any method for measuring full MCU consumption on this board, including CPU, NPU, internal memories, and essential MCU peripherals?
  5. Are there any precautions regarding ST-LINK, external memories, camera/display rails, or other board circuitry that may affect the measurement when using an external power analyzer such as the JS220?
1 REPLY 1
RomainR.
ST Employee

Hello @visakh 

Could you refer to this discussion:

https://community.st.com/t5/stm32-mcus-boards-and-hardware/mcu-power-consuption-measurment-stm32n6570-dk/td-p/889264

To answer to your questions:
1. On STM32N657-DK, CN2 is used to populate shunt resistors of VDDCore External (before SMPS and after), VDDIO (in 3.3V for VDD, VDDIO4 and VDDIO5) and VDDA1V8 for VDDIO2, VDDIO3 and all the 1.8V analog domain.

2. No main supply jumper, on STM32N6 as this device use many independant supply. You must use CN2.
3. When measuring only VDDCore, it includes VDDCode domain as Cortex-M55 cpu, internal SRAM, EXTI and peripherals supply. To estimate the total power consumption, you have to add VDDIO, VDDA1V8 available on CN2.
4. Yes, it's possible to measure the power consumption profile on all the different supply through CN2, using application with AI model NPU, external memories, camera and DCMIPP. This is possible using the N6 Out of the box demo.
However, it's not possible to measure directly NPU consumption.
5. Using Joulescope JS220 is possible, the only recommendation are:
5.1 To do not inject back reverse voltage into LDO and external SMPS on the board. Some hardware modification are needed on CN2 connector to remove shunt resistors.
5.2 To respect the power sequence of STM32N6 described in RM0486 or in DS14791 section 3.4.7 System supply startup
Best regards,
Romain,

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.