Building discrete power supply for STM32N6
I'm following along AN6000 to bypass the internal SMPS of the STM32N6 and use my own SMPS and LDOs power several of the power rails for the MCU and have some questions:
1. In section 3.2 "System power/up/uncontrolled power-down sequence", the document states that the bootloader software must disable the internal SMPS by clearing the SDEN bit in PWR_CR1 register. Is this behavior configurable via CubeMX setting, or needs to be set manually in bootloader and if so, is this achievable once Vdd comes on?
2. In the same section, it states that the PWR_ON signal is activated and Vddcore, Vdda18x and Vddperiph are enabled. The PWR_ON signal is asserted automatically once the power thresholds are reached, correct, or do I have to set the signal manually?
3. In section 2 "Discrete power supply topologies", the diagram shows the LDOs and SMPS for Vddcore, Vdd, Vdda1V8_AON, vdda1v8 and Vddperiph but I do not see an LDO or SMPS for Vddio although I see Vdda1v8 powering some IO blocks. My confusion is that the schematic shows Vddio being powered by LD39020ADTPU33R LDO which outputs 3.3V not 1.8V. So, should Vddio be actually 1.8V or 3.3V?
Thank you!
