2017-07-24 06: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?
2017-07-24 06: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.