- 5
- 2 180
Mustafa Fatih BAYRAM
Приєднався 23 тра 2012
Embedded Systems and Electronics
ADC Polling & ADC DMA Multi Channel Reading STM32 CUBEMX
🎥 Chapters:
0:00 : Introduction
0:39 : CubeMx
3:08 : Connections
3:42 : Programming
5:00 : DMA
5:51 : DMA Programming
6:42 : Multi Channel ADC Reading
7:33 : Bye World!
Welcome to my channel! 🎥 In this video, I demonstrate how to use the ADC peripheral on the STM32F030 microcontroller to read analog values from a potentiometer.
We’ll go step by step:
Setting up the hardware by soldering the potentiometer to the MCU pins.
Configuring ADC parameters using STM32CubeMX.
Generating code for HAL-based ADC polling and DMA methods.
Observing ADC values in Live Watch using the IAR Embedded Workbench IDE.
You’ll learn how to:
✅ Configure pins for ADC in STM32CubeMX.
✅ Enable asynchronous clock mode and set a 12-bit resolution for higher precision.
✅ Use polling and DMA methods to read ADC values.
✅ Work with multiple ADC channels using DMA.
📌 Whether you're a beginner or an experienced embedded systems enthusiast, this tutorial covers essential concepts of ADC and DMA in STM32 microcontrollers.
👉 Don’t forget to like, share, and subscribe for more content on embedded systems, electronics, and programming!
Got questions or suggestions? Drop them in the comments below! 👇
#STM32 #ADC #EmbeddedSystems #DMA #STM32F030 #CubeMX #stmicroelectronics #HAL #analogtodigital #embeddedsoftware #microcontroller #electronics #embeddedprogramming
📢 Don’t Forget to Subscribe and Like!
If this video helped you, hit the Like button 👍 and Subscribe 🔔 for more programming tutorials and tips! Share your questions and thoughts in the comments below. 💬
💬 Let’s Connect!
Follow for more updates:
🌐 scircuit.com/en/scircuit-en/
📘 www.linkedin.com/in/mustafa-fatih-bayram-395942a8/
0:00 : Introduction
0:39 : CubeMx
3:08 : Connections
3:42 : Programming
5:00 : DMA
5:51 : DMA Programming
6:42 : Multi Channel ADC Reading
7:33 : Bye World!
Welcome to my channel! 🎥 In this video, I demonstrate how to use the ADC peripheral on the STM32F030 microcontroller to read analog values from a potentiometer.
We’ll go step by step:
Setting up the hardware by soldering the potentiometer to the MCU pins.
Configuring ADC parameters using STM32CubeMX.
Generating code for HAL-based ADC polling and DMA methods.
Observing ADC values in Live Watch using the IAR Embedded Workbench IDE.
You’ll learn how to:
✅ Configure pins for ADC in STM32CubeMX.
✅ Enable asynchronous clock mode and set a 12-bit resolution for higher precision.
✅ Use polling and DMA methods to read ADC values.
✅ Work with multiple ADC channels using DMA.
📌 Whether you're a beginner or an experienced embedded systems enthusiast, this tutorial covers essential concepts of ADC and DMA in STM32 microcontrollers.
👉 Don’t forget to like, share, and subscribe for more content on embedded systems, electronics, and programming!
Got questions or suggestions? Drop them in the comments below! 👇
#STM32 #ADC #EmbeddedSystems #DMA #STM32F030 #CubeMX #stmicroelectronics #HAL #analogtodigital #embeddedsoftware #microcontroller #electronics #embeddedprogramming
📢 Don’t Forget to Subscribe and Like!
If this video helped you, hit the Like button 👍 and Subscribe 🔔 for more programming tutorials and tips! Share your questions and thoughts in the comments below. 💬
💬 Let’s Connect!
Follow for more updates:
🌐 scircuit.com/en/scircuit-en/
📘 www.linkedin.com/in/mustafa-fatih-bayram-395942a8/
Переглядів: 264
Відео
How to compile C/C++ in Visual Studio Code (VS Code) on Windows? (using GCC MinGW)🚀
Переглядів 4472 місяці тому
Download Links: sourceforge.net/projects/mingw/ code.visualstudio.com/ How to compile C/C in Visual Studio Code (VS Code) using GCC MinGW? Want to learn how to compile and debug C programs on a Windows machine? 🤔 This step-by-step guide will show you how to use Visual Studio Code and the gcc compiler to write, compile, and debug C/C programs like a pro! 💻 🔵 What You'll Learn in This Video: How ...
Solution to YouTube slowdown problem (Adblock)
Переглядів 525Рік тому
Son zamanlarda youtubedaki yavaşlamanın sebebi reklam engelleyici eklentiler olduğunu gördüm. UA-cam yavaşladı. UA-cam donma sorunu. UA-cam tam ekran olurken yavaşlık.
Tachometer (RPM counter) with Arduino
Переглядів 6959 років тому
RPM counter for the linear increasing voltage motor with distance sensor. You can find my code from this link github.com/mfbmfb/RPM-counter
Arduino first project: LED/DC motor
Переглядів 24911 років тому
This is my first project which uses mcu to blink an LED/DC motor. LED/DC motor blinks every 100 msec. I have done this project with Arduino Mega board.