Learning Resources

I am dumping some learning resources here on this page. These videos/articles are not mandatory to watch/read for passing the bootcamp, but it might be helpful for someone who is new to the firmware to fill up the knowledge gap in order to complete this bootcamp challenge.

 

Blinking an LED light on the Arduino

https://www.circuitbasics.com/arduino-basics-controlling-led/#:~:text=To%20turn%20on%20an%20LED,the%20HIGH%20and%20LOW%20states.

 

Blinking an LED light on the STM32

STM32 Guide #2: Registers + HAL (Blink example)

 

Get started with PWM

STM32 Guide #3: PWM + Timers

 

Get started with ADC

https://www.arrow.com/en/research-and-events/articles/engineering-resource-basics-of-analog-to-digital-converters

 

STM32 IDE Intro

https://smartsolutions4home.com/how-to-program-stm32/

 

Datasheet Reading

Reading datasheet, what to look for and how to find them

 

Â