STM32 Guide #3: PWM + Timers

Поделиться
HTML-код
  • Опубликовано: 16 июн 2024
  • This video covers the basics of PWM, and how to implement it with STM32.
    STM32 gives you a bit more control than Arduino, but all these extra parameters might be a bit overwhelming at first. This video describes Duty Cycle, Resolution, Frequency, and other things that will help you get started with PWM.
    Part 2 will be released eventually.
    0:00 Review
    1:14 Essential Functionality for Microcontrollers
    2:47 Analog Write (Arduino)
    3:38 PWM vs DAC
    4:23 PWM Duty Cycle
    5:25 Counters (Timers)
    6:07 PWM Resolution
    7:57 Review + Math Problem
    9:56 Blue Pill PWM implementation
    20:07 Cat

Комментарии • 254

  • @nict2618
    @nict2618 3 года назад +105

    Such an underrated channel.

    • @AntHenson
      @AntHenson 2 года назад +2

      It'll blow up. I can feel it in my waters.

  • @la6mp
    @la6mp 3 года назад +89

    This is one of the best instructions I have ever had, and I’m a 65 years old EE :-) I can imagine the amounts of time you have spent making these videos. I have played with Arduino for many years, but you are the first to teach me what REALLY goes on behind the IDE. Because of you I’ll start working with STM, and you’ve already given me a flying start. But please don’t stop now ... Again, thanks a lot !

  • @ceydaceylanyt
    @ceydaceylanyt 13 дней назад

    this bro singlehandedly taught me 14 weeks of embedded class in 20 minutes lollllll

  • @shamanthks7218
    @shamanthks7218 Год назад +4

    "PWM series to be continued :) "
    Last upload on this series: 2 years ago :(
    We give you full support to continue to the series on STM32. Please continue with the amazing series. We will be waiting for the next videos...

  • @husnainabdullah5194
    @husnainabdullah5194 2 месяца назад +5

    Brother! where's the PWM part 2???😭

  • @arsebiscuitsandwine
    @arsebiscuitsandwine 3 года назад +53

    This is fantastic Mitch, you have a real talent for explaining these concepts in a way beginners can understand.

  • @regal_7877
    @regal_7877 3 года назад +65

    Great video. Keep 'em coming. 20 minutes, 30 minutes, 1 hour. No problem. The explanation is what matters. Beginners coming from 8-bit AVR like me can really understand the thorough, seemingly obvious concepts that you explain. Can't wait for the next one

    • @regal_7877
      @regal_7877 3 года назад +4

      @@MitchDavis2 Damn. Well, it's much appreciated. And just take your time with it because it also gives us (me) time to also play around and experiment with programming the STM32. Helps me learn a lot more just in time for your next revelation. Kind of like Uni. Lol

    • @Timkaasjager
      @Timkaasjager 3 года назад +1

      Totally agree, good explainers for stm32 systems are so precious

  • @MrHD71
    @MrHD71 3 года назад +14

    Yey. Finally part 3

  • @angelosnegkas
    @angelosnegkas 3 года назад +24

    Mitch your are an oasis in the youtube/stm world! Thank you for your time. Great explanation!

    • @MitchDavis2
      @MitchDavis2  3 года назад +14

      Comments like these are what make it all worth it. Thanks!

    • @botak333
      @botak333 2 месяца назад

      ​@@MitchDavis2 hi mate how about like this???
      Code:
      htim1.Init.Period = ((PWM_PERIOD_CYCLES) / 2);
      Code:
      sConfigOC.Pulse = (uint32_t)(((PWM_PERIOD_CYCLES) / 2) * 0.6);
      It will working?? So no need set pwmc setphasavoltage, because global pwm duty (pulse) already set max 60%??
      Or this will set all tim for 60% sir??
      Any idea?? Thank u

    • @botak333
      @botak333 2 месяца назад

      ​@@MitchDavis2 hi mate how about like this???
      Code:
      htim1.Init.Period = ((PWM_PERIOD_CYCLES) / 2);
      Code:
      sConfigOC.Pulse = (uint32_t)(((PWM_PERIOD_CYCLES) / 2) * 0.6);
      It will working?? So no need set pwmc setphasavoltage, because global pwm duty (pulse) already set max 60%??
      Or this will set all tim for 60% sir??
      Any idea?? Thank u

  • @aaronjoseph3459
    @aaronjoseph3459 3 года назад +26

    Hello. Please continue making this series if you can. The previous ones have been super helpful. Thanks a lot for making videos :)

  • @rrowan327
    @rrowan327 3 года назад +15

    LOL I saw a cat.... btw: Thank you for continuing this series.

    • @rrowan327
      @rrowan327 3 года назад

      @@MitchDavis2 its a shame the cat was so camera shy

  • @pjauniau
    @pjauniau 3 года назад +8

    your channel is just what I needed to start with stm32
    long time user of arduino here :-)
    greetings from Belgium

  • @adaminsanoff
    @adaminsanoff 2 года назад +5

    You can't imagine how good you are at teaching programming. I still watch your videos even though I already have the knowledge of what you teach.

  • @Mr0neShotAway
    @Mr0neShotAway 3 года назад +3

    Wow, this is amazing, this is exactly what I needed coming from Arduino. Please keep up the great job!

  • @davebenemerito310
    @davebenemerito310 3 года назад +7

    never clicked subscribe button so fast

  • @Epiphonication
    @Epiphonication 2 года назад +1

    Your videos are great, thank you for all the time you put into them!

  • @labamichnetvoll5911
    @labamichnetvoll5911 День назад

    wow, very nice tutorial with so much extra informations :), well done. Looking for part 2 of the timers and all the other suff you talked about... would be nice to see more about this nice content:)

  • @abhishek2813
    @abhishek2813 2 года назад

    Your explanations feel like a friend is teaching me. really appreciate that!

  • @rflab2666
    @rflab2666 2 года назад

    Great video, well explained and presented. Looking forward to more videos. Thank you for your efforts to put this together

  • @jabbathehut9564
    @jabbathehut9564 2 года назад

    Thanks for the tutorials Mitch! You explain very well. Keep them coming!

  • @dukedougal16
    @dukedougal16 3 года назад

    This a superb first class explanations of things I’ve been trying to understand. Really really great.

  • @xKreesherZ
    @xKreesherZ 3 года назад

    i love your videos, some good informations, super clear explanations, no useless words, just wow

  • @widya1836
    @widya1836 2 года назад +1

    i love this, OMG, spectacular content, easy to understand than others tutorials

  • @kienvo9072
    @kienvo9072 2 года назад +3

    This is amazing Mitch. As a beginner in stm32, i have no word to say than thank you so much. You are really talented in explaining to others

  • @hicret2905
    @hicret2905 3 года назад +1

    As a newbie , I am very happy to watch your videos. Good work Mitch

  • @LL-ue3ek
    @LL-ue3ek Год назад +1

    This series video is a great help to those who just started using STM32, as well as those who are somewhat familiar with it without being proficient; I am the latter. All tricks learnt in operating the STM32 IDE environment are so valuable that they will save you a lot of time and energy and most importantly, frustration. These tricks and insights are bridging the gap between where I am and where I want to be. I appreciated your generous sharing of knowledge which you at one point had to put in efforts to learn yourself!

  • @RanHam
    @RanHam 3 года назад +1

    Thanks for posting these. They are very helpful and easy to follow

  • @kevinanjorin8815
    @kevinanjorin8815 3 года назад

    Bro this is actually the best video on stm 32 I saw big thanks man keep on the good work 👌🏾👌🏾❤️❤️

  • @dineshganesh6723
    @dineshganesh6723 3 года назад +4

    Your videos are awesome.. explaining perfectly man😎.. thanks for the precious time you spent on to educate us...👍

  • @ShizzleMyChizzle
    @ShizzleMyChizzle Год назад +1

    Dude, seriously, you have insane talent explaining things. There are no gaps of knowledge left out, you answer every question I have as you go along. Videos of THIS high level of quality is rare!!!

  •  Месяц назад

    I know this video is already old but I have to say I am really learning a lot from this. Thank you for taking your time to make this awesome content.

  • @rjgonzalez8108
    @rjgonzalez8108 2 года назад +3

    I subscribed instantly after seeing you do one simple thing most of the people making tutorials on this topic don't do . . . you took the time to zoom into the code. Both literally and figuratively speaking. Videos like yours would have saved me lots of heads and time when I was starting out.

  • @tareqalmustafa
    @tareqalmustafa 3 года назад +1

    Man , usually I never leave comments on youtube , but as your channel is not yet large , I want to say this first 3 videos are best of the best . Thank you very much

  • @abutaymiyyahlectures
    @abutaymiyyahlectures 3 года назад

    an absolute beast, best pwm video on stm32

  • @tanmaygote7330
    @tanmaygote7330 6 месяцев назад +1

    please continue this series your explaiation skills are too good.!!!

  • @ELANCHEZHIYANRJ
    @ELANCHEZHIYANRJ Год назад

    The best explanation for duty cycle i have ever heard bro nice one

  • @naidol
    @naidol 3 года назад

    another excellent video. perfect actually, including the cat at the end. please keep it coming.

  • @Pzapza
    @Pzapza 3 месяца назад

    Really precise explanation. Didn't really leave any doubts and covered all that was needed. Hope to see more topics covered by you. Keep up the good work.

  • @onursertgil5814
    @onursertgil5814 2 года назад

    These videos are great and extremely helpful. Thanks for sharing such informative videos, please continue :)

  • @rishab9761
    @rishab9761 3 года назад +3

    Great series, you should definitely keep continuing these and cover all embedded software/firmware concepts. Love it

    • @MitchDavis2
      @MitchDavis2  3 года назад +2

      I’m 4 days into filming video #4 right now. I really wish they didn’t take so long to make

    • @rishab9761
      @rishab9761 3 года назад +1

      @@MitchDavis2 Thank You for these wonderful videos. So useful. Take your time. I have subbed to you, will be sure to check it out as soon as they are out :)

  • @gregrogers275
    @gregrogers275 3 года назад +3

    Thanks again for the video Mitch!

  • @brendanbarbour8568
    @brendanbarbour8568 3 года назад +1

    Great job again Mitch...looking forward to the Nucleo implementation. That was one scared cat ..!!

  • @GundamTricks
    @GundamTricks 6 месяцев назад +1

    The best beginner-friendly explanation about PWM timers. For some viewers, there might be a bit of misunderstanding. At 9:25, you're using 72 MHz as example (281 kHZ fix typo), and at 19:10, you're using 8 MHz, as shown by the 31 kHz reading on the oscilloscope."

  • @antonis476
    @antonis476 5 месяцев назад

    amazing work Mitch

  • @danijandiegues
    @danijandiegues 3 года назад +1

    Thanks Mitch, and great job again!! Congrats!! Pls continue this series. PS.: Like the "post credit scene".

  • @meetpatel5142
    @meetpatel5142 2 года назад +2

    The explanation is what matters. Beginners coming from 8-bit AVR like me can really understand the seemingly.🙌🙌💖

  • @mudassarliaq7804
    @mudassarliaq7804 2 года назад

    Awesome Video Man. Keep the good work up.

  • @tayloroxelgren264
    @tayloroxelgren264 3 года назад +8

    This content is gold

  • @ductm208
    @ductm208 Месяц назад

    wow, last 2 parts were good but this one is really impressive! I think your channel deserves more subscribers!

  • @yahyayozo8660
    @yahyayozo8660 2 года назад

    great explanation man I really like it
    it removed some confusion I had about PWM

  • @southgrove
    @southgrove Год назад

    Fantastic video. :)
    Great job! 👍

  • @singhman1026
    @singhman1026 Год назад

    Best artist is the one who can simplify toughest of the concepts..... And u really are an artist

  • @MehmetKaya01
    @MehmetKaya01 2 года назад

    Awesome video Mitch! Thank you so much :)

  • @InstantInsight777
    @InstantInsight777 3 месяца назад

    Really nice video. I hope your channel will get more attention

  • @wowowowdog
    @wowowowdog Год назад

    Thank you Davis. This really saved my day!

  • @sabbrush6001
    @sabbrush6001 9 месяцев назад

    Dude you were made a fantastic work up here.

  • @Vandebilt
    @Vandebilt 11 месяцев назад

    This is an absolutely excellent introduction to STM and PWM. Thank you so much for taking your time to explain to a 62 years old geek :)

  • @foodotcom
    @foodotcom 2 года назад

    Best video on pwm&stm aaah tysm 🤌👏

  • @brandondean961
    @brandondean961 Год назад

    Thanks you Mitch Davis! Well explained.

  • @zeffster2
    @zeffster2 Год назад

    great stuff who's been a around basic Arduino. Just perfect content on a little more low level, but not too much

  • @sumit2k
    @sumit2k 3 года назад

    Keep posting about STM32 Tutorials. you are doing great

  • @valerienihsimsion1870
    @valerienihsimsion1870 3 года назад

    Courage and thank for for the free education

  • @ahmedhamam997
    @ahmedhamam997 6 месяцев назад

    Great videos relly, hope you complete this series

  • @davidesp11
    @davidesp11 3 года назад +23

    Poor cat just wanted to learn some STM32 programming

  • @ManishMoorjmalani
    @ManishMoorjmalani 2 года назад

    Great work man, keep it going.

  • @progmatica1608
    @progmatica1608 Год назад

    We need more videos like this!

  • @manfred4283
    @manfred4283 3 года назад +6

    Thanks for the video series about STM32. Your explanations are really great. There is a typo in the calculation of the PWM frequency. It is actually 281250 Hz instead of 218250 Hz. Later on the scope shows the right duty cycle but at another frequency. Might be related to the clock configuration. This is a little confusing for beginners like me. But the video still helped me to get the PWM configured.

    • @peterbraganza3258
      @peterbraganza3258 3 года назад +2

      Hey I had a similar confusion with the frequency at the end being about 31kHz. What I think is he used the internal HSI(High speed clock) RC oscillator which gives you a frequency of 8MHz . So when you calculate the frequency of PWM you get 8Mhz/256 = 31kHz. hope this helps! (Note: You can get 72Mhz clock speed from the external crystal oscillator but you have to configure that in the CubeMX clock configuration)

  • @TheJavaSync
    @TheJavaSync 2 года назад

    Pretty easy to understand, since I'm not real programmer, because it's really amazing explanation!! Thank You, MitchLED 😅

  • @tony467913
    @tony467913 3 года назад

    great tutorial, please keep updating.

  • @audiodiwhy2195
    @audiodiwhy2195 2 года назад

    Excellent video series. Thanks

  • @uajoku
    @uajoku Год назад

    You're a great teacher. Thank you.

  • @nachtgoblin24
    @nachtgoblin24 3 года назад +1

    Your videos are serious business. Thank you so much for putting this together it helps a lot. I will forward this to all my colleagues at university XD

    • @MitchDavis2
      @MitchDavis2  3 года назад +2

      That would be fantastic. I do appreciate when people share this. I just don’t want to turn into that stereotypical youtubers that overwhelms you with “LIKE AND SUBSCRIBE” every 2 seconds

    • @nachtgoblin24
      @nachtgoblin24 3 года назад +1

      @@MitchDavis2 Your videos are of such high quality I don't even think you need to remind people to share and subscribe XD. To people starting out with STM32 your videos are just like a pot'o'gold !!!

  • @pw3111
    @pw3111 2 года назад

    Excellent tutorial.Thanks!

  • @ElectroMathExp
    @ElectroMathExp 2 года назад

    That cat was hilarious , Great video as always

  • @TheTaiton
    @TheTaiton 2 года назад

    don't know if you will read this, but after days of frustration and try and error, I finally managed to get it running on my stm board. Only thanks to you. So Thank you very much!

    • @MitchDavis2
      @MitchDavis2  2 года назад

      I read every comment. Some are just easier to respond to than others. Glad you got it working!

  • @offensivebias3965
    @offensivebias3965 3 года назад +1

    So much knowledge 🥰 thank you so much

  • @warchiefgaming4690
    @warchiefgaming4690 2 года назад

    Such a amazing explanation.... Mann you deserve more view nd subs.. love you...nd thanks❤️

  • @225278318
    @225278318 Год назад

    Very useful. Thank you so much!

  • @someonesays8022
    @someonesays8022 4 месяца назад

    Hi man, I hope you are doing ok. You have really helped me a lot in learning to start programming the STM32 microcontrollers.

  • @highfrequency-tx6mf
    @highfrequency-tx6mf 2 месяца назад

    Great video bro. Thanks!

  • @pranavchippalkatti2850
    @pranavchippalkatti2850 3 года назад +3

    Loved it !! ❤ from India !!

  • @edescrambler
    @edescrambler 2 года назад

    Very good explanation.

  • @bogusbyte
    @bogusbyte 2 года назад

    Thank you.... finaly found i clear to the point howto.....

  • @DenSvet
    @DenSvet 3 года назад

    thank you! your video saved my time.

  • @fixfaxerify
    @fixfaxerify Год назад +1

    Great stuff!

  • @akshaykuralkar8848
    @akshaykuralkar8848 Год назад

    it was best video on pwm
    Thank you sir

  • @startobytes
    @startobytes 3 года назад +4

    Good explained, thanks :)

  • @cattflap1447
    @cattflap1447 3 года назад +1

    The Zoom keys are problematic on the PC too. You can redefine them by by going to Window / Preferences then type keys into the search box, scroll down to the bottom of the list and change the defaults. Fantastic tutorials BTW, best I have found so far.

    • @MitchDavis2
      @MitchDavis2  3 года назад

      That’s good to know. I’ll have to go play around with that. Thanks!

  • @robertjohnson4089
    @robertjohnson4089 3 года назад

    good tutorial he said it took 6 days thanks. he makes them more understandable i never realized how complicated
    the stm32 was need to see how to use the usb as input to computer

    • @MitchDavis2
      @MitchDavis2  3 года назад

      What are you trying to do with USB input? Debug? Graph data? Control the computer?

    • @robertjohnson4089
      @robertjohnson4089 3 года назад

      @@MitchDavis2 HI My name is Robert Johnson I am a retired electronic engineer in New Jersey. i want to use the the usb from the Stm32 and use it as a terminal for data from the microcontroller. I have not done a lot with programing I am 74 yrs old so when i broke in it was a different game than now. never learned C so I am getting up to speed slowly. I do enjoy your videos and i know how hard they are thanks for the response bob J

  • @pratyushpatel6224
    @pratyushpatel6224 3 года назад

    Great video,Keep it up!!!

  • @EngMazen
    @EngMazen 3 года назад

    Good information comes only from good understanding

  • @markday3145
    @markday3145 3 года назад +5

    My understanding of the Auto Reload Preload is different from what you explained. By default, the timer keeps repeating. You can make it count once by enabling One Pulse Mode. The Auto Reload Preload affects when an Auto Reload Register change takes effect. If preload is enabled, it waits until the end of the current period, and the change takes effect when the counter resets. Otherwise the Auto Reload register is changed immediately, which will extend or shorten the current period.
    Consider if you're changing the ARR to a smaller value while the timer is running, and the counter is already larger than the new ARR value. With preload disabled, the counter would immediately reset (because the counter is greater than or equal to the ARR) and begin counting up to the new value. This means you'd have a glitch in the period, where it was neither the old period, nor the new period.

    • @MitchDavis2
      @MitchDavis2  3 года назад +3

      Thanks for pointing this out. I’ll spend a bit of time digging through the datasheet and doing a few tests, and if I made a mistake, I’ll call it out in the next video

    • @MitchDavis2
      @MitchDavis2  3 года назад +6

      Ok, I finally did my homework on this, and I definitely slipped up when reading the documentation. I've corrected this for video #4, and I'm giving you a shout out for pointing this out. Thanks again for the pointer before I went too deep in the mistake

  • @englishguy3899
    @englishguy3899 Год назад

    please continue on making videos your perfect

  • @aminesemlali6199
    @aminesemlali6199 Год назад

    thank you from the heart

  • @patrice9480
    @patrice9480 3 года назад

    amazing content !!!

  • @Gordolone
    @Gordolone 2 года назад +1

    If you'll ever make a complete tutorial on Udemy, I'll be the first buyer. You are incredible at explaining things. Many just tell: "set x to 255, y to 16 blah blah" and then you're more clueless than you started. You explain things and this is awesome because then I know the theory behind and I can start looking into it a bit more, and start messing around myself.

  • @dylanbaird74
    @dylanbaird74 7 месяцев назад

    thank you - I understand PWM now

  • @andile5945
    @andile5945 Год назад

    Hey Mitch, I cannot believe thsi is free, well i hope it isnt actually for you but this was an incredible tutorial. Thank you

  • @estebancere8407
    @estebancere8407 Год назад

    Grande Mitch!

  • @sydneyrobaux5964
    @sydneyrobaux5964 3 года назад

    Awesome, keep going !