Skip to main content
Associate II
May 29, 2024
Question

Inquiry about PMIC Example in Baremetal for STM32MP13 Series?

  • May 29, 2024
  • 2 replies
  • 957 views

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.

This topic has been closed for replies.

2 replies

PatrickF
ST Employee
May 29, 2024

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 'Best Answer' on the reply which solved your issue or answered your question.Tip of the day: Try Sidekick STM32 AI agent
SL1Author
Associate II
June 7, 2024

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.