2020-06-25 08:27 PM
What are your recommendations for learning to code and configure peripherals and also learn the architecture of the Microcontroller??
Solved! Go to Solution.
2020-06-25 09:26 PM
The reference manual is the best place to learn the architecture of the system.
The LL has a user manual:
I think it would be more useful to just generate projects using STM32CubeMX and examine the generated code to learn how things are configured using the LL library.
2020-06-25 09:26 PM
The reference manual is the best place to learn the architecture of the system.
The LL has a user manual:
I think it would be more useful to just generate projects using STM32CubeMX and examine the generated code to learn how things are configured using the LL library.