Is It Possible to Learn Microcontrollers Without Learning Registers?
Recently, a student asked me: “Teacher, with the STM32 HAL library being so user-friendly, is it unnecessary to learn about registers? Isn’t it faster to just call library functions?” This statement sounds reasonable. Indeed, the standard libraries and HAL libraries are very powerful, encapsulating the operations of the underlying registers. So, is it possible not … Read more