Тёмный
No video :(

STM32 Nucleo - Keil 5 IDE with CubeMX: Tutorial 4 - ADC Multi mode 

Mutex Embedded
Подписаться 22 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 40   
@mustafafatihbayram7402
@mustafafatihbayram7402 6 лет назад
Hey there. Thank you for your good explanations that helped me to understand the basics. One thing to note you have to give timer2 prescaler 8399 to achive exact 100 Hz(at least on the datasheet lol). Formula is: Clock/(PSC+1)*ARR. But in your case this was not important.
@mutexembedded2206
@mutexembedded2206 6 лет назад
Mustafa Fatih BAYRAM That's right
@alltagsvlog
@alltagsvlog 4 года назад
helped me a lot today to understand how multi channel is being used with dma by utilizing the configurator. Thanks a lot!
@Graham1904
@Graham1904 4 года назад
Your videos are an inspiration to me. You make it sound so easy :)
@mutexembedded2206
@mutexembedded2206 4 года назад
:)
@fernandoborda6422
@fernandoborda6422 5 лет назад
Damn man you re videos are so helpful, thanks a lot
@faigbagirov8118
@faigbagirov8118 4 года назад
Assalaamu `Alaykum, I wanted to click "thumb up" button twice, but there's just one such button :)) So I'm writing you a comment to thank you, so THANK YOU!!!
@mutexembedded2206
@mutexembedded2206 4 года назад
Walakum Alsalam. Thanks :) Enjoy!
@michaeljakob8093
@michaeljakob8093 3 года назад
Really good videos! Greatings from M. Jakob ;-)
@mutexembedded2206
@mutexembedded2206 3 года назад
Pleasure, M.Jakob of Berlin?
@lucasmarjona
@lucasmarjona 3 года назад
A question, in this case are you using simutaneously? I couldn understand that. Or maybe, the ADC convert first ch0 and then ch1? Nice Video.
@mutexembedded2206
@mutexembedded2206 3 года назад
Yes done sequentially
@karthick930
@karthick930 4 года назад
Hi Yaqoob, your videos are nice, one suggestion pls share dedicated video for Timers and NVIC. so that it will be more useful
@ArthurIslamRU
@ArthurIslamRU 5 лет назад
Thanks a lot, dear Muhammad
@sanathmalagi6452
@sanathmalagi6452 4 года назад
I'm using STM32F446RE. I'm unable to "Enable" the "DMA Continous Requests". Help, please.
@aliasgharpourostad195
@aliasgharpourostad195 4 года назад
Your Videos are very good. Thanks a lot Is there any way to get negative analog voltages? from -3.3v to 3.3 volts?
@zahoorulislam4569
@zahoorulislam4569 4 года назад
Thank you Mr Yaqoob, i am new in this field but believe me i learnt many things. I have a confusion in mind for example i need 1Mhz sampling frequency the formula : 84MHz/(9+1)(73+1) is correct for F401RE? second thing, what is relation of cycles with prescalar and sampling frequency?
@mutexembedded2206
@mutexembedded2206 4 года назад
Good question.. Prescalar acts as a divider to clock frequency.. with 0 corresponds to divide by 1. Thus the fact precalar -1. Period acts as a counter on top of prescaled clock. So, it counts from 0 to Counter value. You put -1 here for overflow to happen a cycle earlier. Thus, you get your above 2 formulas
@zahoorulislam4569
@zahoorulislam4569 4 года назад
@@mutexembedded2206 thank you dear for reply, but what about number of cycles chosed in Rank? Is it related to sampling frequency or not?
@anannyaguha9487
@anannyaguha9487 6 лет назад
Thanks again for the video I am sting the stuck with 2 doubts, 1) The calculation part for the 100HZ. 2)How are we exactly changing the axis's. suggestion please
@F_F_CH
@F_F_CH Год назад
why vide is cutted from 2 sides? some times its too difficult to understand why you did that.... why it become so.... and your comments looks like a fake. but in general thanks for tutorials.
@HSmith-tr5iv
@HSmith-tr5iv 5 лет назад
thanks, I'm using Nucleo H743zi and I did anything just like video but HAL_ADC_ConvCpltCallback is never called and LED is not blinking, what's my problem?
@mutexembedded2206
@mutexembedded2206 5 лет назад
Do you still need help with this?
@HSmith-tr5iv
@HSmith-tr5iv 5 лет назад
@@mutexembedded2206 Yes, please!
@HSmith-tr5iv
@HSmith-tr5iv 5 лет назад
btw my board is nucleo H743zi
@mekbots7607
@mekbots7607 3 года назад
@@mutexembedded2206 me too ,I fallow your code ,it same happen too me
@mutexembedded2206
@mutexembedded2206 3 года назад
@@mekbots7607 hi this is easy to do. Make sure dma interrupts are enabled
@golden9731
@golden9731 4 года назад
Hi,I am currently using a 10k potentiometer under 3.3Vdc to act as a speed control knob and sent the corresponding prescaler for corresponding range of voltage input to the led frequency and i am not sure which mode should i use, single or continuous?
@gauravgarg8465
@gauravgarg8465 5 лет назад
ADC values are not real time changing and also LED not toggling on 1000, 1500, 10000( I know LED indication for callback but I'm unable to resolve this problem). My board is Nucleo STM32l053R8.... All helps are welcome :)
@HidekazuOki
@HidekazuOki 5 лет назад
EXCELLENT Video!
@hasangenco7396
@hasangenco7396 6 лет назад
Alot of Thanks :)
@badabilel1085
@badabilel1085 6 лет назад
thanks
@souhardbekal7502
@souhardbekal7502 6 лет назад
hi, can you say how to use injected mode conversion.
@mosleiman7480
@mosleiman7480 4 года назад
Nice Video! Which is the right clock source for TIM2? PCLK1 (i.e. 42Mhz) or PCLK2 (i.e. 84Mhz)? @3:47 Keep it up! Thanks!
@user-gg9mx4fl5e
@user-gg9mx4fl5e 3 года назад
Hello! I am really enjoying your video. Thanx! Is there any way that I can see a 'Watch' tab in TRUESTUDIO? Thank you very much!!
@AljazJelen1992
@AljazJelen1992 3 года назад
Is it normal that I dont see option "Number of conversion"?
@Luis-ih2wv
@Luis-ih2wv 3 года назад
I give this video a thumbs down for not posting the code so that we don't have to type it in.
@mutexembedded2206
@mutexembedded2206 3 года назад
Lol You're lazy
@yeeeleee
@yeeeleee 5 лет назад
Thanks a lot!!
Далее
HAL #13: ADC with DMA
10:15
Просмотров 41 тыс.
STM32 Guide #3: PWM + Timers
20:24
Просмотров 139 тыс.
ADC in STM32 || Single Channel || Keil
16:08
Просмотров 33 тыс.