HAL or register programing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-24 6:34 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-07-24 6:42 PM
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.
Up vote any posts that you find helpful, it shows what's working..
