-
Notifications
You must be signed in to change notification settings - Fork 1.4k
cmake/sysbuild/partition_manager: correct nRF54L bl_storage UICR.OTP … #26425
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
Conversation
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.
Pull request overview
This PR corrects the size calculation for bl_storage OTP (One-Time Programmable) memory region on nRF54L devices. The calculation was using 319 words instead of the correct 320 words, resulting in an incorrect size value.
Key Changes:
- Updated OTP size calculation from 1148 to 1152 bytes to reflect the correct 320-word allocation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d513c49fd8f5e53a372e506a34e46e4c5b5bfd6c more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)Outputs:ToolchainVersion: f911d4f4e7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-26425/2) |
…size Size reserved for bl_storage OTP should be 320 words. Signed-off-by: Andrzej Puzdrowski <[email protected]>
3f63395 to
d513c49
Compare
…size
Size reserved for bl_storage OTP should be 320 words.