Skip to content

Commit a096952

Browse files
krish2718nordicjm
authored andcommitted
doc: nrf70: ext_flash: Update SPI support
Now that SPI support to external flash is added, remove the notes, but still XIP is not supported. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent da5a41c commit a096952

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/nrf/app_dev/device_guides/nrf70/fw_patches_ext_flash.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,25 @@ Before using this feature, make sure that the following prerequisites are comple
2929
* The external memory must be large enough to store the firmware patches, taking into consideration also the patch upgrade requirement, for example, Device Firmware Update (DFU).
3030
The maximum size of all the firmware patches combined is 128 KB.
3131

32-
.. note::
33-
Currently, in Nordic Semiconductor SoCs, access to external memory and the Execute in Place (XIP) feature are available through the QSPI interface only.
34-
3532
Supported platforms
3633
===================
3734

3835
The following platforms are supported:
3936

4037
* nRF5340 DK with nRF7002 EK as a shield
4138
* nRF52840 DK with nRF7002 EK as a shield
42-
43-
.. note::
44-
Due to limitations mentioned above, the nRF7002 DK is not supported as it needs access to external memory through the SPI interface.
39+
* nRF7002 DK (requires latest version of nRF Util tool)
4540

4641
Available options
4742
*****************
4843

4944
There are two supported options for offloading the firmware patches in the external memory feature:
5045

5146
* Using XIP access
52-
* Using QSPI transfers to RAM
47+
* Using (Q)SPI transfers to RAM
48+
49+
.. note::
50+
The nRF7002 DK does not support the XIP access option.
5351

5452
Using XIP access
5553
================
@@ -71,8 +69,8 @@ Following is a sample summary of the memory regions:
7169
RAM: 170636 B 448 KB 37.20%
7270
IDT_LIST: 0 GB 2 KB 0.00%
7371
74-
Using QSPI transfers to RAM
75-
===========================
72+
Using (Q)SPI transfers to RAM
73+
=============================
7674

7775
The nRF Wi-Fi driver supports the option for offloading the nRF70 firmware patch to external non-XIP memory.
7876
In this case the upload of the firmware patch from the external memory to the nRF70 device happens in two stages:

0 commit comments

Comments
 (0)