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

Increase STM32 default deep sleep latency to 4ms #11767

Merged
merged 1 commit into from
Oct 30, 2019

Conversation

LMESTM
Copy link
Contributor

@LMESTM LMESTM commented Oct 29, 2019

Description (required)

Recent measurements have shown that the total wake-up latency can be more
than the 3ms initially set. It was measured as 3,7ms on DISCO_L475VG_IOT01A
target and 3,1ms on NUCLEO_L073RZ target. So set it to 4ms to be on the
safe side.

Summary of change (What the change is for and why)

The change better reflects the reality of the actual latency and will allows mbed-os OS to schedule
more precisely the wake-up timings.

Documentation (Details of any document updates required)

No specific documentation update needed.


Pull request type (required)

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results (required)

[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Note that this patch actually will fix the initial issue raised in #11545


Reviewers (optional)

@jeromecoutant @ABOSTM @TuomoHautamaki @kjbracey-arm

Recent measurements have shown that the total wake-up latency can be more
than the 3ms initially set. It was measured as 3,7ms on DISCO_L475VG_IOT01A
target and 3,1ms on NUCLEO_L073RZ target. So set it to 4ms to be on the
safe side.
@0xc0170
Copy link
Contributor

0xc0170 commented Oct 29, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Oct 29, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants