cancel
Showing results for 
Search instead for 
Did you mean: 

Inquiry about PMIC Example in Baremetal for STM32MP13 Series?

SL1
Associate III

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.

2 REPLIES 2
PatrickF
ST Employee

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.

https://wiki.st.com/stm32mpu/wiki/STM32CubeMP13_Package#Examples,_applications_and_demonstrations_for_STM32MP135x-DK_Discovery_kit 

Regards.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

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.