FreeRTOS Tutorial 8 || Software Timers || STM32 || W/O CMSIS

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

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

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

    I really like the voice on these videos !

  • @hazemsaadaoui7289
    @hazemsaadaoui7289 5 месяцев назад +1

    Thank you for your efforts

  • @electrobrains
    @electrobrains 10 месяцев назад

    hey man keep going on for free rtos tutorials

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

    Amazing Tutorials, thanks!

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

    Hi,
    This is a great playlist on RTOS,I have learned a lot through this.
    I am having an issue, I am using same STM32F446RE, whenever I use external clock in the coding . It always results strange output on UART. Can you please guide me why is this happening? And what is the solution for it?
    Thanks

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

      Try bypassing the clock. There is an option of bypass clock when you select external HSE.

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

    Great video but I wonder something. Why would I use a software timer instead of adding delay to the tasks with "osDelay" or "vTaskDelay" functions?

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

      yes you are right. We can also use tasks for the same operations, but timers uses less resources, less memory and they are handy in certain situations
      for eg- if you want a periodic task, which should run every 5 minutes, it's better to go with timers here, since task will take more memory for a small amount of work
      also one shot timer is very useful in timeout features and if you want to do same with task, you need to create it and then remove it after the execution is complete...

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

    I'm trying to connect but the payment is not being done.... What to do

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

    hi i'm having trouble on rtc ds1307 using stm32l053r8 and stm cube ide. can you please make the video I am very grateful beforehand

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

      There is already a video on ds3231. 1307 is also similar to that... Use that for the reference

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

    Dear Controllers Tech,
    Please make a tutorial on STM32 DCMI as there are no proper tutorials provided by ST officially.
    It would be really helpful for us to understand it if you could provide at least the basic tutorial for that.
    Hope you will do the same.
    Thanks!

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

      Don't have any device which supports DCMI, so not happening anytime soon..

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

      Thanks for your reply. OV7670 could be a good choice.

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

    You need to use the zoom. It's hard to see what you are typing.

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

      Sorry, but you might need goggles.

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

      @@rakesh231rakesh nah, I maintained what i said.

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

      @@DeLaCruzer11 I understand. I did not feel any issue in these videos. I watched these videos on mobile phone and on table s6 lite. Both show clear videos. In general when one codes, one uses 1080p monitor/laptop. They don't need to zoom while coding. So, why do one need zoom in, while watching the video of the same coding?

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

      @@rakesh231rakesh Simple. So that viewers can better see the code. Either use the zoom or increased the font size or do both.