STM32 Tutorials

So I am starting to use more the STM32 MCUs. Right now I use F0 and F4 series, with the NUCLEO-F072RB board and the 32F429IDISCOVERY board. I use IAR workbench 32Kb code limited free version.

I am using the Standard peripheral library corresponding to each series to programming. Why not the STM32Cube some might ask? Because the standard peripheral library has more support from the community and far less bugs. I like where it's going but it's still a bit far from what really can't be missing - (almost) bug free libraries.

I will mostly just post here codes with commentaries here with the occasional tutorial. There are plenty tutorials out there with the Standard peripheral library, go check them out ;)

Why not start with some tips on getting info? Handy info on the Standard Peripheral Library

  • ADC

      • A little tip: ADC - 2 channels simple example

STM32 - Robotics Club Tutorials