-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
pm: Fix shared SRAM calculation #12018
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
All integration tests: null Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
b8e2bc9
to
0a37e74
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
0a37e74
to
c9ad6ab
Compare
c9ad6ab
to
233ae3f
Compare
nRF5340 by default has 64KB shared SRAM enabled in the DTS independent of whether IPC service to CPUNET is enabled or not. But when PM is enabled it includes shared SRAM only when IPC service is enabled, this wrongly causes the PM to include shared SRAM in to total available SRAM. To fix, always include the PM configuration file for IPC shared memory to account for the shared SRAM. Fixes NCSDK-23152. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
233ae3f
to
54af351
Compare
Fixes the available RAM print in the memory footprint at end of the build.