2025-09-22 11:46 PM
Hello,
We have a custom board based mainly on stm32mp257-dk design. The sdcard supply voltage doesn't activate on STPMIC for some reason. Is the stpmic preprogrammed on the DK board or should the Rom code of the MPU activate it via I2C?
Best Regards
Raimo
Solved! Go to Solution.
2025-09-23 8:54 AM
Hi @Ronte.1
yes, STPMIC25A on STM32MP257F-DK are reprogrammed to enable LDO7 and LDO8 in bypass (i.e. 3.3V) at power on.
ROM code will never do any I2C access.
To avoid this reprogramming you could also use the STPMIC25D.
Regards.
2025-09-23 8:54 AM
Hi @Ronte.1
yes, STPMIC25A on STM32MP257F-DK are reprogrammed to enable LDO7 and LDO8 in bypass (i.e. 3.3V) at power on.
ROM code will never do any I2C access.
To avoid this reprogramming you could also use the STPMIC25D.
Regards.