SLEEP Mode in STM32F103 || CubeIDE || Low Power Mode || Current Consumption

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

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

  • @m.nauman7801
    @m.nauman7801 4 года назад +4

    Best channel for stm32 videos. ❤
    Kindly make videos on how to add CMSIS DSP Library (FFT or filters) support to stm32.

  • @吳翰宇-z2r
    @吳翰宇-z2r 4 года назад

    Thank you so much for saving my school project , video’s awesome!

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

    you are best teacher to stm32 bro thks

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

    Nice Video. But do u know how to use it with touch gfx? I want to put whole microcontroller to sleep while waiting for another sync signal triggered by interrupt.

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

    Thank you for a great tutorial!

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

    Thank you Controllers Tech

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

    Thanks in advance. One question: it makes sense that the two concepts of Sleep Mode and IWGT coexist? I explain that, in my While (1) I have written the next code:
    while (1)
    {
    HAL_IWDG_Refresh(&hiwdg);
    HAL_SuspendTick();
    HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI);
    }
    What I want is for the MCU to go into SllepMode until it is woken up by an external interrupt, but at the same time to have the IWDG to watch if the program "hangs", ...does that make sense, is it correct?

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

      IWDG do work in standby. But I guess you need to exit the standby mode, then refresh the watchdog and go back to standby. I am not sure about this, check the reference manual for more information.

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

    great job tahnk you. Could you also share a video about USB mass storage??

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

    Thank you for your useful tutorial

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

    I absolutely hate the speech synthesised voice but the video content was great, cheers.

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

    If we are measuring a current of milliampere, it's probably wrong.The reason of this, in the state of the measurement ST_Link is connect our board. I think should use custom board to see low power modes current consumption.

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

      I think the ST-Link is not affected by this current because it is first powered by the USB port. Thus, only the current for the Stm32 is measured via the IDD jumper JP5. And if you want to be sure, then you can use an external source, disable ST-Link and use JP5 for current measurement.

  • @ДмитрийТисов-ж6я
    @ДмитрийТисов-ж6я 4 месяца назад

    Спасибо

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

    I want to be in lowest power mode but I want to see the values of variables at Live Expressions eve I entered that power mode as well what should I use ?

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

    thank you for the great video, how can I stop the sleep mode with a timer interrupt ? thank you very much for help!

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

      I think any interrupt should wake the mcu from the sleep mode. So you can just use timer in the interrupt mode and it should do the job.

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

    is it possible to wake from sleep mode when something is received on UART?

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

    what is 1.8V domain clock means?

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

    how much current can produce by a pin in stm32f4

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

      Please check the datasheet for your mcu.

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

    thanks for sharing

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

    Start from there.