Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32F769 - Deep sleep + LCD - DSI / Screen not working on wake up #15354

Open
ladislas opened this issue Dec 6, 2022 · 1 comment
Open

STM32F769 - Deep sleep + LCD - DSI / Screen not working on wake up #15354

ladislas opened this issue Dec 6, 2022 · 1 comment

Comments

@ladislas
Copy link
Contributor

ladislas commented Dec 6, 2022

Description of defect

Hi there!

Our product using and STM32F769 + OTM8009A LCD screen (the same as the DISCO_F769) has been working great for quite some time now. We've been using all the drivers provided by ST to have the LCD run and display images or play videos.

Recently, we have been working on enabling deep sleep in our product to reduce power consumption when it's not used.

We've discovered that when exiting deep sleep the screen start behaving strangely until it completely stops working.

It looks like this:

197151163-b830873d-d1ac-41ba-845d-260d915fcf0b

Colors are shifting when we turn off (deep sleep) and turn on (wake up) the video. Position is also shifting. If you do that in a loop, sometimes it "works again" then fails again until it eventually crashes completely.

The PR adding the bug is here:

https://github.com/leka/LekaOS/pull/1173/files

Our guess is that there are issues with the DSI or LTDC clock when deep sleeping / waking up, but we don't even know where to start looking...

Any ideas @jeromecoutant? :slight_smile:

Thanks for the help!

Best,
-- Ladislas

Target(s) affected by this defect ?

STM32F769

Toolchain(s) (name and version) displaying this defect ?

GCC 10

What version of Mbed-os are you using (tag or sha) ?

6.15

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

latest

How is this defect reproduced ?

difficult without our hardware

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 21, 2022

@ARMmbed/team-st-mcd Please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue Workflow
Needs Triage
Development

No branches or pull requests

3 participants