News

STM32 Timers Each STM32 variant has several built-in timers. They are numbered from TIM1 to TIM20, and grouped into different types: General purpose timers: As the name suggests, those are the ...
Introduction to fundamental concepts and knowledge of STM, Interrupt, GPIO, and Timer. Basically more advanced theories that we skipped in the tutorials but covered in ELEC 3300 An embedded system is ...
On an STM32 MCU, we get to choose between essentially an active delay (while loop), one implemented using the SysTick timer and using one of the peripheral timers.
[Pulko Mandy] got his hands on the new STM32 F3 Discovery board. He’s a fan of the open source tools just like we are, so he posted a guide covering the use of an open source toolchain with t… ...