Tuesday , November 4 2025

VN15 – ARM Programming – KEIL – STM32CubeMX – STM32F4 – ADC – 5

VN15 (Video No:15) While programing STM32F4 discovery board with STM32CubeMX; what is DMA (Direct Memory Access) and how to use it?, How to write ADC codes ( DMA method, reading 4 channels value as to 3 channels from ADC1 and 1 channel from ADC2, the calculation of Vrefint and real VDDA values, reading temperature sensor value…)? In the next, video we will begin to process Timers.

<<Video>> Watch
<<Source Code>> Download

Check Also

#6 – Receiving integer and floating values from serial port?

If we need to receive integer values from serial port, we can use “stdlib.h” as …