Skip to content

Commit

Permalink
snippets: Fix nordic-bt-rpc memory remapping for BT RPC on nRF54H20.
Browse files Browse the repository at this point in the history
The Bluetooth RPC configuration for BLE samples didn't work
due to an issue in the dts file that modifies the MRAM sections
mapping for this build type. Application core was given an additional
storage section that was intended for Radio core:
'cpurad_storage_partition'.

Ref. NCSDK-30458

Signed-off-by: Michał Grochala <[email protected]>
  • Loading branch information
grochu authored and bjarki-andreasen committed Jan 23, 2025
1 parent 17654a3 commit 92f9dc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
&mram1x {
cpurad_rw_partitions: cpurad-rw-partitions {
compatible = "nordic,owned-partitions", "fixed-partitions";
status = "disabled";
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>;
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 92f9dc4

Please sign in to comment.