2024-05-28 10:22 PM
Hello,
I would like to set up the PMIC for the MP13 series using Baremetal. The provided PMIC-related documentation appears to be related to Linux. Is there any documentation or example available for using it with Baremetal?
Thank you.
2024-05-29 12:00 AM
Hi @SL1
Do the BSP provided with STM32CubeMP13 package not enough ?
https://wiki.st.com/stm32mpu/wiki/STM32CubeMP13_Package#BSP_drivers
You also have a bunch of examples running on STM32MP135F-DK which embed an STPMIC1.
Regards.
2024-06-06 07:30 PM
Hello, sorry for the late response.
The example source is excellent, and I have also added the DISCO BSP source to my project.
However, the page below only contains information related to Linux. When creating a new project with STM32CubeMX, I don't see any settings or PACK related to the PMIC. Hence, I am writing to inquire about this.
https://wiki.st.com/stm32mpu/wiki/PMIC_hardware_components
I will conclude by adding the DISCO BSP source to the project.
Thank you for your response.