Skip to content

Commit 6e169ed

Browse files
committed
Enable FlashIAP for MCU_NRF52832
The NRF52832 MCU supports flash which is declared in `targets.json` but the declaration of FlashIAP was missing. Applications were unable to access the MCU's internal flash. For example, with Mbed OS PSA enabled for NRF52_DK, Mbed CLI 1's configuration check fails: [ERROR] library 'psa-services' requires 'flashiap-block-device' which is not present because Mbed OS PSA requires internal flash.
1 parent 7279ae2 commit 6e169ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5898,6 +5898,9 @@
58985898
"TRNG",
58995899
"USTICKER"
59005900
],
5901+
"components": [
5902+
"FLASHIAP"
5903+
],
59015904
"extra_labels": [
59025905
"NORDIC",
59035906
"NRF5x",

0 commit comments

Comments
 (0)