Skip to main content
Visitor II
November 3, 2017
Question

How can i run STM8L051F3 at lowest power? may i get an example?

  • November 3, 2017
  • 2 replies
  • 877 views
Posted on November 03, 2017 at 13:16

I am using

STM8L051F3

for my project. My project uses 10 LEDs, Timer2 and 1 input Pin. After getting input from 1 pin i will on the LEDs 1 by 1. System powered with battery so run time current should be minimum. Without using sleep, Halt how can i run the system at lowest power. Please guide me through this.

    This topic has been closed for replies.

    2 replies

    Visitor II
    November 3, 2017
    Posted on November 03, 2017 at 16:37

    To extremal minimize power consumption with working processor  you can copy executable code to RAM and switch off FLASH, clocking the processor from LSI.  In any case you need to detailed study the manuals. Unfortunately I can not show for you example program.

    http://www.st.com/content/ccc/resource/technical/document/reference_manual/2e/3b/8c/8f/60/af/4b/2c/CD00218714.pdf/files/CD00218714.pdf/jcr:content/translations/en.CD00218714.pdf

    Visitor II
    November 20, 2017
    Posted on November 20, 2017 at 17:03

    Okk thanks, I have another query, I have STM8L051F3 and it has not LCD controller. I am looking for low power,low cost controller with LCD controller inside. ST MCU finder doesnt help to find which controller has LCD controller inside and low power and low cost. I searched some of them but i need your opinion  and recommandation.

    Visitor II
    November 20, 2017
    Posted on November 20, 2017 at 23:02

    STM8CubeMX it is good interactive database what help select required MCU and turn-up the peripherals.