2020-10-28 06:28 AM
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
Solved! Go to Solution.
2020-10-28 06:35 AM
There is this:
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.
2020-10-28 06:35 AM
There is this:
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.
2020-10-28 06:44 AM
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