Skip to main content
Minseo Kim
Associate II
July 25, 2017
Question

HAL or register programing

  • July 25, 2017
  • 1 reply
  • 689 views
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?

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    July 25, 2017
    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 VenmoUp vote any posts that you find helpful, it shows what's working..