cancel
Showing results for 
Search instead for 
Did you mean: 

HAL or register programing

Minseo Kim
Associate II
Posted on July 25, 2017 at 03:34

I am studying STM32 but when I was studid Atmega 128 , used a open gcc compiler that was register based programing

but, STM32 is HAL Based Funtion programing

so, I don't really know looking for Datasheet and referenceguide STM32 register or HAL Funtion programing

What would like me to study?

1 REPLY 1
Posted on July 25, 2017 at 03:42

HAL would have more portability across the STM32 family of parts. The register level stuff is still useful, and you could probably combine both as appropriate/suitable. Knowing how the parts work will help with implementing the code and understanding what connectivity is needed to solve design requirements.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..