Watchdog Timer - Introduction and Importance | Microcontroller Basics

Поделиться
HTML-код
  • Опубликовано: 31 мар 2022
  • There is a peripheral which is used to monitor the execution of programs on a microcontroller. This video covers a basic explanation of the same.
    You may want to check the details of the project here (references):
    en.wikipedia.org/wiki/Clement...)
    • Clementine 25th Annive...
    en.wikipedia.org/wiki/Mars_Pa...
    www.embedded.com/born-to-fail/
    en.wikipedia.org/wiki/Watchdo...
    www.cs.cornell.edu/courses/cs6...
    Check out this series on MSP430 Timers: tinyurl.com/yckt7exu
    When should you use a timer peripheral? - • Different ways (modes)...
    LIKE and SHARE the video.
    SUBSCRIBE to the channel!
    You can find me on:
    🐦X: x.com/beebhatt
    💼 LinkedIn: tinyurl.com/byp28c7y
    Cheers!
    #watchdog #watchdogtimer #embeddedsystems

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

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

    You madam helped me understand this for a semester exam easily!
    This question is actually asked in most of previous year papers!
    Thank you subbed easy explanations keep them coming!

  • @SoumilSahu
    @SoumilSahu Год назад +8

    Really good and easy to understand presentation, especially for a beginner like myself. The real world examples were a nice addition!

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

    Our mind's innate inquisitivenss has made things possible once even unimaginable. Keep up the good work by putting up such information which can ignite brighter tomorrow.

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

    best introduction to watchdog timer, very grateful🙏

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

    Crazy good! You didn't had to go so hard !

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

    Thank you very much for your microcontroller basics playlist! It was invaluably helpful to me.

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

    Thank you for this video. Very clear explanation of watchdog. Now I will check the link because I want more information about types of watchdogs

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

    Love your work, Simple and easy to understand.

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

    Superbly explained.. great work!!

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

    wow nice combination Realtime examples with concepts.

  • @kasiaem7765
    @kasiaem7765 14 дней назад

    Thank you m'am!

  • @harp-692
    @harp-692 4 месяца назад

    Nice thanks for the good explanation!

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

    very well done. Cheers

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

    Good Examples

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

    My LCD do display corrupted characters upon several transition probably bcs of length of cable to LCD or electrical interference. So most times I does manual reset or switch the circuit off and on to restart. Pls how do I use WDT to restart the MCU when it goes into another mode.

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

    Thank you for explaining with real world examples. One question, if the code can be uploaded/ updated remotely, what are the safeguards to ensure that only authorised code is uploaded to the controller?

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

      That's an interesting question and as far as I know it is possible to break into the system but the question is will it be worth it given the cost and effort needed to accomplish the same...

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

    Are there any software implementations of watch dog timer ? Or it is always at hardware level ( considering the example provided in the video)

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

      Software-based wdt can be implemented. It all depends on the system under consideration!

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

    Today i understood the exact function of wdt😅

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

    Mam is it possible to trigger (whenever any pin connected to the controller, that pin used as a feeding signal to the watchdog) the watchdog timer externally.

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

      Like Manual hardware trigger.

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

      how do you intend to use it? Also, check the datasheet!