Basic Timer Code Explained | STM32G474 | Episode 5 | Part 1
HTML-код
- Опубликовано: 7 фев 2025
- #arm #nucleo #programming
Have you ever done this period calculation mistake in timer implementation?
If you've seen my last video, definitely you should watch today's video.
(Those does not watch last topic, you can watch it here:
• Clock and Timers Expla... )
In last video we have seen blinking LED using STM32 timer peripheral.
Today we are doing a code explanation video of last week's project.
If you can understand the concepts behind each of the project we are doing in each session, you can excel in any ARM platform devices.
Or maybe in any microcontroller platform because, we will be understanding about the Timer Peripheral Fundamentals, Basic Timer operation, Auto reload register/ Period value calculation,
STM32 HAL Library Handles, Timer Handle, Timer Registers, HAL Methods, Timer Initialization Process, Timer Implementation steps using Polling Method and Interrupt Method, Timer Interrupt Callbacks etc.
Also we will be discussing about one mistake which we did in last session about the timer period calculation.
So let's roll.
Code Repo link : github.com/vde...
------------------------------------------------
If you want to build a career in embedded systems and arm platform areas, I've started this video series (Master your controller) and it will teach you all the necessary peripherals associated with microcontrollers. You can consider subscribing to my channel if you like my videos.
------------------------------------------------
You can also watch following videos in this series:
1. Why ARM controllers are so popular?
• Why ARM Microcontrolle...
2. How to blink an LED using STM32 Nucleo Board
/ ei0u9lig9e
3. STM32 Push Button Example
• Push Button Example | ...
4. STM32 Clock and Timers Explained with Example (Part 1)
/ p1ee7gvol8
5. STM32 Clock and Timers Explained with Example (Part 2)
• Clock and Timers Expla...
6. STM32 Basic Timer Code Explained (Part 1)
• Basic Timer Code Expla...
7. STM32 Basic Timer Code Explained (Part 2)
• GPIO Handling Explaine...
8. STM32 PWM Generation
• PWM Generation | STM32...
9. STM32 PWM Generation Code Explained
• Understanding PWM Gene...
10. LED Dimming using PWM
• LED Dimming using PWM ...
11. Code explanation of LED Dimming Project
• How does PWM control t...
12. Setup a github repository
• Let's upload our proje...
13. Connecting sourcetree to our github account
• How to connect sourcet...
14. Configure STM32 Controller UART using Polling method
• Let's send using UART ...
------------------------------------------------
Other Topics
1. Integrate Clang Format Styling with Visual Studio Code
• Integrate Clang Format...
2. Integrate Clang Format Styling with IAR Embedded Workbench
• Integrate Clang Format...
3. Enabling Internet in Beaglebone black board
• Enabling Internet in B...
4. Generic Logic Analyzer Unboxing
• Generic Logic Analyzer...
5. Evolution of C Programing Language
• Evolution of C Program...
Can you please provide the link to download this excel file?
Nice plz code link
Thanks.
You can check the repo link in the description.