136. STM32CubeIDE Timer Counter with STM32 F103C8T6

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • Measure events time in micro / nano seconds precisely using blue pill

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

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

    Very very important test,,i hope you make as this video for other commands..it clears up more things about the controller

  • @FirstnameLastname-kx1fw
    @FirstnameLastname-kx1fw 5 месяцев назад

    Very useful information. Subscribed. Looking forward to the register level programming video.

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

    Another superb video. Congratulations.

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

    Timer very important if .Can .Make .Examples for .All functions ..

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

    bro,
    i want to use SHT3x, can you make a tutorial? i need it

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

      without arduino yeah

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

    useless because the CPU cannot evaluate the nanoseconds at all

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

      72 MHz CPU can evaluate 13.89 nanoseconds

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

      Wow you can read the manuel very well. When you run an interrupt at nanoseconds the CPU is so busy so the runtime is about 100 times higher

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

      I did not use interrupt in this video. I used timer to count.