fix: nrf54lm20dk matter-diagnostic-logs SRAM memory region overlap#27996
Open
doublemis1 wants to merge 1 commit intonrfconnect:mainfrom
Open
fix: nrf54lm20dk matter-diagnostic-logs SRAM memory region overlap#27996doublemis1 wants to merge 1 commit intonrfconnect:mainfrom
doublemis1 wants to merge 1 commit intonrfconnect:mainfrom
Conversation
Fix SRAM address mismatch in matter-diagnostic-logs snippet overlays that caused 1024-byte overlap into memory beyond 511 KB cpuapp_sram boundary. This corrupted UART driver state at runtime, rendering keyboard input non-functional despite TX/logs continuing to print. Shift DiagnosticLogMem from 0x2007DF40 to 0x2007DB40 to fit within actual SRAM bounds. Affects nrf54lm20dk/nrf54lm20a/ cpuapp and nrf54lm20dk/nrf54lm20b/cpuapp targets used in Matter certification builds. Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 0666df11205ca8b68634fa658937dcff47fdff2a more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)Outputs:ToolchainVersion: 911f4c5c26 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
fe27fb3 to
0666df1
Compare
ArekBalysNordic
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix SRAM address mismatch in matter-diagnostic-logs snippet overlays that caused 1024-byte overlap into memory beyond 511 KB cpuapp_sram boundary. This corrupted UART driver state at runtime, rendering keyboard input non-functional despite TX/logs continuing to print.
Shift DiagnosticLogMem from 0x2007DF40 to 0x2007DB40 to fit within actual SRAM bounds. Affects nrf54lm20dk/nrf54lm20a/cpuapp and nrf54lm20dk/nrf54lm20b/cpuapp targets used in Matter certification builds.