FreeRTOS Tutorial 2.0 || TASK Operations || STM32 || CUBEIDE

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

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

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

    Another great video from this channel❤

  • @moinshaikh6684
    @moinshaikh6684 4 года назад +1

    Thank you so much bro, this is what i was looking for a month.

  • @ikigalangid159
    @ikigalangid159 5 лет назад +1

    Keep up the great work! 👍👍

  • @yogaaditya2797
    @yogaaditya2797 4 года назад

    Why i can't acces stm32cubeide web?

  • @CheongBoon
    @CheongBoon 4 года назад +1

    why if remove printf("staring...
    "); will go to "HardFault_Handler"?

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

      Yeah it was happening for me..

    • @CheongBoon
      @CheongBoon 4 года назад

      @@ControllersTech So any idea is what problem?

    • @demixsok853
      @demixsok853 4 года назад

      I have the same problem, do you know the solution?

    • @tangmingchung
      @tangmingchung 4 года назад

      same question. why can't the code be functional if we omit printf("staring...
      "); ?

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

    Question. Are these stm32 videos also applicable to the esp32 for the code?

  • @ferityldz963
    @ferityldz963 4 года назад +1

    are you using ST LINK debugger for these RTOS videos?

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

    Nice tutorial!
    Question: Is there an easy way to determine the needed stack size in the task function? I usually (over) guess, but this takes probably more memory than needed.

  • @outgoingbot
    @outgoingbot 5 лет назад

    Anyway to use spi and dma to read a sd card audio Wav pcm File and output to a dac like the pt8211?

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

    Thanks alot man 👍

  • @pusatberk4193
    @pusatberk4193 5 лет назад +1

    I will show my thanks with like and share with my friends

  • @acx2379
    @acx2379 5 лет назад +1

    masterwork!

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

    hi.
    in this video, in STM32CubeIDE graphic part , on sys>Debug, there is not enabled any Debug protocol (serial wire or asynchronous trace). how your program worked, I don't know 🤔

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

      That protocol is only needed in f103c8.

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

      @@ControllersTech
      yes. I use STM32F103C8T6 to run these series FreeRTOS videos.
      why (how) not needed to enable these Debug protocol on other STM32 MCU?!

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

      You don't need in f103 also. It's just that if you don't enable it, you can only write once to the flash. So before writing another time you have to erase the full flash memory.
      Why is it like this ? Well i don't know..

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

      @@ControllersTech
      That's interesting! I'll check how it works. Thank you 🙏😃👍

  • @travisfort4700
    @travisfort4700 4 года назад

    MasterClass!

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

    When i try to resume my thread the program collapsed, i only can suspend or resume the task but only one not more :C

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

      Need more details like where are u trying to resume from ?

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

      @@ControllersTech
      if(i == 4){osThreadSuspend(defaultTaskHandle);
      }
      if(i == 10){
      osThreadSuspend(Task3Handle);
      if i only put one it works, but when i put both dont

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

      Where are u calling these ? In which function ?

  • @曲晉逸
    @曲晉逸 5 лет назад

    Awesome!

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

    Hey, that's a great voice synthesizer. Which one is it?

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

      Aws polly

    • @jas-FPV
      @jas-FPV 3 года назад

      Voice synthesizer are awful !

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

      how can voice synthesizers be great. human voice is the greatest. although i don't know if the author has disabilities or not. author is creating quality content and thats great

  • @buttonhome5842
    @buttonhome5842 5 лет назад

    Thanks!

  • @jas-FPV
    @jas-FPV 3 года назад +1

    Its awful !!! Synth voice 🤮

  • @alirezasalehi9149
    @alirezasalehi9149 4 года назад

    Awesome!