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 committed Jan 21, 2025
1 parent f55b327 commit 3a20bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Bluetooth® LE
-------------

* Fixed an issue where a flash operation executed on the system workqueue might result in ``-ETIMEDOUT``, if there is an active Bluetooth LE connection.
* Fixed an issue where Bluetooth applications built with the ``nordic-bt-rpc`` snippet (in the :ref:`ble_rpc` configuration) did not work on the nRF54H20 devices due to incorrect memory mapping.

Bluetooth Mesh
--------------
Expand Down
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 3a20bf8

Please sign in to comment.