cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G071 driver API documentation

PNada.1
Associate II

Is there documentation for a composite list of driver API for the STM32G071 MCU? The examples are good, the STMCubeMX pin generator also helps. The driver files are there. But there are so many APIs for timers, interrupt callbacks, UART etc. Are there resources other than online searches to help use HAL, LL APIs?

Thanks,

Priya

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

There is this:

https://www.st.com/resource/en/user_manual/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf

But I think the source files themselves are a better source for documentation. For example, the top of the stm32*_hal_tim.c file will explain how to use it.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

There is this:

https://www.st.com/resource/en/user_manual/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf

But I think the source files themselves are a better source for documentation. For example, the top of the stm32*_hal_tim.c file will explain how to use it.

If you feel a post has answered your question, please click "Accept as Solution".
PNada.1
Associate II

This helps. I will use this as a reference to see if the G0 M0+ series can also use this. There is so much info in the source files, its hard to pick the best one. Currently, I google what I am looking for and then find it in the driver files. Its early enough in the project to change the micro if the confidence in picking the right API is not there.

Thanks,

Priya