Skip to main content
mandrake
Associate III
August 23, 2016
Question

STM32F746G-DISCO Low Power Mode

  • August 23, 2016
  • 2 replies
  • 684 views
Posted on August 23, 2016 at 23:56

I am using the STM32F746-DISCO. Any ideas on how to shut down to a low power mode and wake up on LCD touch screen? Anything under 100mA current draw would be fine.

I already know how to turn off the LCD backlight.
    This topic has been closed for replies.

    2 replies

    Walid FTITI_O
    Visitor II
    August 24, 2016
    Posted on August 24, 2016 at 11:31

    Hi MrChips,

    Yes you can enter low power mode and wakeup using the touch screen by configuring the EXTI on touch screen interrupt pin PI13 on STM32F746. There is an example which contains this feture on the application note of ''Low-power consumption on STM32F7''

    http://www.st.com/content/ccc/resource/technical/document/application_note/35/d9/ab/96/de/f2/48/42/DM00219305.pdf/files/DM00219305.pdf/jcr:content/translations/en.DM00219305.pdf

    . You find the associated firmware on this package

    http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-software/x-cube-lpdemo-f7.html

    -Hannnibal-

    mandrake
    mandrakeAuthor
    Associate III
    August 24, 2016
    Posted on August 24, 2016 at 18:54

    Excellent. That information is very useful. I will give it a shot.