
Students will able to learn about GPIO-OUTPUT Peripheral of microcontroller and program it .
Learn to configure and start stm32 timers, and observe timer-driven operations during debugging scenarios. Explore block configurations, parameter settings, and how timers reveal numbers moving in the list.
Master ADC polling on STM32 for beginners, learning analog-to-digital conversion, oversampling and averaging for stable samples, using external triggers and software configuration, and converting ADC readings to voltage.
If you use STM32 microcontrollers for programming you should know how to use STM32Cubemx with Keil or any other IDE .You can use STm32cubmx with Keil for rapid prototyping for a system. It is a absolute time saver in your job or study
What you’ll learn
STM32 programming using STM32Cubemx and Keil uvision5
Are there any course requirements or prerequisites?
Student should be familiar with basic C programming concepts
Should have any nucleo or discovery board with them.
Who this course is for:
Technical graduates who wish to learn STM32 programming
Embedded Developers migrating from 8 bit microcontrollers to 32 bit microcontrollers
Hobbyist who wish to learn about STM32 programming
Course contents
GPIO-IN(Pushbutton)programming: Complete steps, how to generate code and write code in Keil and how to debug
GPIO-OUT(LED FLASH)programming: Complete steps, how to generate code and write code in Keil and how to debug
LED Flash on pushbutton pressed: Complete steps, how to generate code and write code in Keil and how to debug
Timer Basic programming: Complete steps, how to generate code and write code in Keil and how to debug
Timer With LED Flash: Complete steps, how to generate code and write code in Keil and how to debug
Timer output Compare(Advanced Timer feature) :Complete steps, how to generate code and write code in Keil and how to debug
PWM basic(coming soon)
LED increase intensity using PWM(coming soon)
ADC Polling
ADC trigger using Timer(Coming soon)
ADC trigger using software interrupt(Coming soon)
16x2 LCD without using STM32Cubemx(with HAL library only)(coming soon)