#5. STM32F4 ADC using Registers || Multi Channel Polling

  Рет қаралды 18,737

ControllersTech

ControllersTech

Күн бұрын

Пікірлер: 26
@chaitanyapanse6222
@chaitanyapanse6222 Жыл бұрын
Hello, Wonderful Series on Register Programming, I am developing a similar code on L4 series and having issues with Wait_For_Conv() function as in L4 series the EOC is set by hardware. Thanks in advance
@TonyWilson-r5h
@TonyWilson-r5h 11 ай бұрын
Great video. I have a question. In line 28 you are setting the continuous conversion bit but you also start conversions at line 74 in the ADC_Start() routine. Why are you doing that? In my code, unless I comment out line 28, the program does not work.
@ControllersTech
@ControllersTech 11 ай бұрын
Continuous conversion starts the covrsuon again once the previous one is over. You can enable or disable it as per the code requirement.
@chamlalmohamed1194
@chamlalmohamed1194 3 жыл бұрын
Thank you for the great videos, concerning setting up the resolution, i think it should be ADC1->CR1 &= ~(3
@chaitanyapanse6222
@chaitanyapanse6222 Жыл бұрын
Hi, since we have to write a 0 to these bits and since its reset value for bit 24 and 25 is 0 we can consider only setting bit as both the bits are going to be zero. Hope it helps.
@BeratcanCekic
@BeratcanCekic Жыл бұрын
Hello Sir, thank u for such an awasome tutorial. My question is when i use ADC as the single mode , i cant use any inputs except PA0 , i looked at some projects and i think i have to make some arrangements in SQR Registers but i cant get a clear knowledge after reading them can u help me ?
@eamonhannon1103
@eamonhannon1103 3 жыл бұрын
Excellent video . Very well presented . Thank you for the link to the code also . Thank you . !
@deutrion
@deutrion 4 жыл бұрын
Great video, thanks for the input. It is possible to make a video of the use of EMWIN on a stm32f429-disco
@ControllersTech
@ControllersTech 4 жыл бұрын
I'll take a look..
@eduardodelarosaferrer2205
@eduardodelarosaferrer2205 4 жыл бұрын
Thanks a lot for the video
@ongxuanle3479
@ongxuanle3479 3 жыл бұрын
Thank you for the great videos, but i have something that I don't undestand: In datasheet the V_DDA = 2.4 to 3.6 V, but you program V_DDA = 3.3 V ? If I choose f_ADC = 15 MHz, How many V_DDA voltage that I must program? And Which frequency selected to caculate for t_stab = 10 us ? ADC1->CR2 |= 1
@mohdtanveer9552
@mohdtanveer9552 4 жыл бұрын
DCMI tutorial please
@sureshp632
@sureshp632 4 жыл бұрын
GPS neo 6 module interface please
@stark9397
@stark9397 4 жыл бұрын
stm32f407vg & gsm / gprs video pleaseee. Resource too little.
@ricardo300able
@ricardo300able 2 жыл бұрын
Muchas gracias amigo, me funciono en un STM32F401😄
@onurolce
@onurolce 4 жыл бұрын
I would like to know why did you switched from STM32CubeIDE to Keil?
@jorgejacome4269
@jorgejacome4269 4 жыл бұрын
Me too , thanks for sharing your valuable knowledge
@ControllersTech
@ControllersTech 4 жыл бұрын
I haven't switched. This is register based series and i am using keil for this. For HAL, I'll continue using cubeide
@jorgejacome4269
@jorgejacome4269 4 жыл бұрын
@@ControllersTech That's OK , but my question and I do believe would be same from onurolce post will be : You only use keil for these new set of videos stm32 register programming and not CubeIDE. I can not download a Keil free version from a website . Anyway what will be the steps on CubeIDE to do register programming . Perhaps would be a good idea to open a new tread, --- Register Programming on CubeIDE --
@ControllersTech
@ControllersTech 4 жыл бұрын
you can download keil from their website. I never tried with CubeIDE, but i guess it will work as mentioned below: 1. create a project, just like you create regular project 2. in the cubeMX select only the basic things. (it won't matter what you select) 3. after the project is generated, delete the contents of the main file and follow the video afterwards
@onurolce
@onurolce 4 жыл бұрын
@@jorgejacome4269 Yes you are right. and I also agree with you about "creating new playlist for Keil and STM32".
@venkat2830
@venkat2830 3 жыл бұрын
Sir,For sampling time setting,You need to use ADC1->SMPR2 &= ~((7
@ControllersTech
@ControllersTech 3 жыл бұрын
Yes that's correct
@coolchriss
@coolchriss 7 ай бұрын
If I give you 1000 like , I am not going to cover your favors !😊
@ucontrolchannel5967
@ucontrolchannel5967 4 жыл бұрын
gj
#4. STM32F4 I2C Using Registers || Master mode || NO HAL ||
27:56
ControllersTech
Рет қаралды 26 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
ADC in STM32 || Single Channel || Keil
16:08
ControllersTech
Рет қаралды 35 М.
STM32 Multi ADC DMA method
29:42
PR TechTalk
Рет қаралды 9 М.
HAL #13: ADC with DMA
10:15
Web learning
Рет қаралды 42 М.
STM32 ADC multiple channels || DMA || True studio || CubeMx
15:47
ControllersTech
Рет қаралды 70 М.
STM32 ADC Complete Guidance: Polling, Interrupt, and DMA Modes.
17:55
Steppe School
Рет қаралды 4,5 М.
#3. How to Configure UART using REGISTERS || STM32F4
25:31
ControllersTech
Рет қаралды 39 М.
#10. How to configure DMA using Registers || HT and TC Interrupts
19:30
MicroPython #4 - PWM, ADC, Timers & Interrupts
13:52
Unexpected Maker
Рет қаралды 37 М.
32. STM32CubeIDE RGB LED. Multi channel ADC with STM32F103C8T6
6:31
MicroPeta by Nizar Mohideen
Рет қаралды 9 М.
#trending #foryou #challenge #fyp #viral #short #tiktok #vs
0:15
Misiсatсh
Рет қаралды 2,4 МЛН
Черная Magic Mouse
0:53
Romancev768
Рет қаралды 807 М.
Самые простые строительные леса
0:54
Канал ИДЕЙ
Рет қаралды 1 МЛН