Skip to content

Commit 3eb04ee

Browse files
committed
tests: benchmarks: idle: nrf54h20: align to cpuapp_data size change
RAM space available for App core is now smaller because of miscellaneous area needed for dmm buffers. Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent bd33d66 commit 3eb04ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_ram_high_usage.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111

1212
&cpuapp_data {
13-
reg = <0x1000 0x90000>;
13+
reg = <0x5000 0x8c000>;
1414
};
1515

1616
&can120 {

tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_ram_low_usage.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111

1212
&cpuapp_data {
13-
reg = <0x1000 0x20000>;
13+
reg = <0x5000 0x1c000>;
1414
};
1515

1616
&can120 {

0 commit comments

Comments
 (0)