Mastering Microcontroller
Timers, PWM, CAN, Low Power(MCU2)

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Learn STM32 Timers, CAN, RTC, PWM, Low Power embedded systems and program them using STM32 Device HAL APIs step by step

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
FastBit Embedded Brain Academy

1

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/embedded • comment
6 points • OverclockedChip

Mastering Microcontroller with Embedded Driver Development (FastBit)

Mastering Microcontroller: Timers, PWM, CAN, RTC, Low Power (FastBit)

Mastering RTOS: Hands on FreeRTOS and STM32Fx with Debugging (FastBit)

These courses aren't the end-all-be-all, far from it, and the way he has you implement code sometimes doesn't make sense (so I kinda branch off and do it "my way" -- which is where I think the learning happens). For instance, he often has you #define a lot of macros where a typedef union { struct {} } with bitfields is more concise.

He deserves credit for helping you navigate the resources (datasheets, IDE), the dev board, and essentially the code you'd find in an autogenerated HAL.