Posted on March 31, 2012 at 17:58Hello, I am new to this forum. Is there anyone who does not use Standard Peripheral Library for programin STM32F4 ? I'm don't like SPL and and programmed using registers for set the uC. I greet
Posted on April 04, 2012 at 16:58In my opinion all information about uC are in RM. When I use SPL I must read RM, and SPL documentation, what isn't comfortable, and quickly. For example use the only register: TIM2->ARR = 4199; TIM2->PSC = ...
Posted on April 04, 2012 at 16:55
In my opinion all information about uC are in RM. When I use SPL I must read RM, and SPL documentation, what isn't comfortable, and quickly.
For example :
<br>TIM
2
->ARR =
4199
;<br>TIM
2
->PSC ...