Skip to content

Commit 92c43d7

Browse files
dhsu-nordicrlubos
authored andcommitted
tests: subsys: rtt: Update pytest for nRF7120 RTT address
Use nRF54L15_M33 as device for nRF7120 as it shares similar ram region. This enables automatic RTT symbol detection. The device shall be updated when SEGGER adds support. Signed-off-by: Dhanoo Surasarang <[email protected]>
1 parent b15f5ba commit 92c43d7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/subsys/rtt/pytest/test_rtt.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ def test_rtt_logging(dut: DeviceAdapter):
7474
'[email protected]/nrf54lv10a/cpuapp': {
7575
'device': 'NRF54LV10A_M33',
7676
},
77+
78+
# Using nRF54L15_M33 as the device because its RAM region closely matches nRF7120.
79+
# This enables automatic SEGGER RTT symbol detection by JLinkRTTLogger.
80+
# Update to the official nRF7120 device name when SEGGER adds support.
7781
'nrf7120pdk/nrf7120/cpuapp' : {
78-
'device': 'CORTEX-M33',
79-
'RTTAddress': '0x20000410',
82+
'device': 'nRF54L15_M33',
8083
},
8184
}
8285

0 commit comments

Comments
 (0)