cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a HAL / LL manual of some sort for the STM32MP157-D1 MPU? This is the very first ST product I bought and this very high abstraction level library has caused me a lot of trouble. Thanks for your help!

Stan.Jakub
Associate
 
1 REPLY 1
PatrickF
ST Employee

Hi @Stan.Jakub​ 

Thanks for having chosen the STM32 product family !

Maybe a good start point for STM32MP1 Cortex-M4 HAL is :

https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_Package

You could start to play with existing application examples provided in the CubeMP1 (e.g. https://github.com/STMicroelectronics/STM32CubeMP1/tree/master/Projects/STM32MP157C-DK2/Applications)

Note that using CubeIDE (which embed CubeMX) will generate for you a lot of initialization code directly using HAL.

There is usually a lot of documentation inside HAL 'C' source code.

Regards,

In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

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.