-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Nrfx 8402 run power consumption in idle cache retained #24761
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
base: main
Are you sure you want to change the base?
Nrfx 8402 run power consumption in idle cache retained #24761
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d93ef412d7028d3af5167417caa8a8378d9adbff more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (27)
Outputs:ToolchainVersion: a7529a11f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
7e19251
to
576338d
Compare
576338d
to
cca170c
Compare
cca170c
to
84910af
Compare
idle_cache_disabled: idle_cache_disabled { | ||
min-residency-us = <790000>; | ||
}; | ||
s2ram: s2ram { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline missing line 17
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks.
4e48b35
to
89a27cf
Compare
Include: soc: nordic: nrf54h: Implement idle with cache retained state sdk-zepjyr PR #: 3249 zephyr upstream PR #: 95474 Signed-off-by: Sebastian Głąb <[email protected]>
Extend tests with configuration that checks driver operation together with Low Power CPU state IDLE with cache retained. Signed-off-by: Sebastian Głąb <[email protected]>
Recently, there were improvements in the idle_ppr test. Apply similar changes to the idle_flpr test. Since, FLPR doesn't support GPIO, skip code that indicates cpu activity. Signed-off-by: Sebastian Głąb <[email protected]>
Pytest requires the first captured state to be low power state. Due to internal test framework delays, Pytest collects last ~27 ms of the idle state. Then MCU wakes up. As a result some Idle tests started to randomly fail. Add arbitrary delay at the beginning of main so the first wake up happens later. Signed-off-by: Sebastian Głąb <[email protected]>
89a27cf
to
d93ef41
Compare
No description provided.