2026-01-20 4:39 AM
Hello STM32N6 Tech support
I am writing with reference to power on sequence. My power sequence is as follow
1. First VDDA1V8_AON, VBAT and VDD is applied. My VDDIO4 & VDDIO5 is also connected with VDD.
2. VDDCORE is supplied from an external SMPS step-down converter. We applied VDDCORE when the PWR_ON signal is high. VDDCORE is also connected with VDDCSI
3. On the same PWR_ON my VDD3V3 is switched on. It is connected with VDD33USB.
4. On the same PWR_ON my VDDA1V8 is connected. However, the input voltage of VDDA1V8 (linear regulator) is connected with VDD3V3.
VDDA1V8 is connected with VDDA18CSI, VDDA18USB, VDDA18ADC.
Can you please explain the above mentioned sequence will work for powering on STM32N6. I need comments on the following.
1. Step 3 & Step 4 is not strictly defined in Getting started with hardware development for STM32N6 MCUs - Application note.pdf and an6000-how-to-build-the-discrete-power-supply-for-stm32n6-mcus-stmicroelectronics.pdf.
2. I am not following any power down sequence. Is it very necessary to follow. Please suggest.