2025-06-02 2:36 AM
Hello There,
We are using the board stm32mp257-ev1. Which has "STPMIC25A".
I want to change voltage of LDO2 and BUCK4 on boot permanently (NVM of stpmic25A).
Can i change these supply from stm32mp257-ev1 board itself ? If yes, How ?
Thanks and Regards,
Ishan
2025-06-02 9:38 PM
2025-06-02 11:07 PM
Hi,
See also https://wiki.st.com/stm32mpu/wiki/STM32PRGFW-UTIL
Beware that LDO2 and BUCK4 are already used to supply respectively eMMC and VDDIO (i.e. required for the board boot). Changing this might lead to bricked board.
eMMC core supply must always be in the 2.7V - 3.6V range (as per JEDEC) and board VDDIO should be 3V - 3.6V on this board (not possible to use 1.8V range on this board due to conflict with some interfaces and embedded STLINK voltages.).
Regards.