cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746G-DISCO Low Power Mode

mandrake
Senior
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.
2 REPLIES 2
Walid FTITI_O
Senior II
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
Senior
Posted on August 24, 2016 at 18:54

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