-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
This example builds for the NRF52840 without errors but gets stuck in a loop removing files when run.
Example version: mbed-os-5.11.0-rc2 - 1bdc298
OS: Windows 10
Compiler: armcc
Board: NRF52840_DK
Test output:
> mbed compile -t ARM -m NRF52840_DK -f
...
> mbed sterm -b 115200 -r
[mbed] Detecting connected targets/boards to your system...
[mbed] Opening serial terminal to "NRF52840_DK"
--- Terminal on COM326 - 115200,8,N,1 ---
���j
9625) Re�--- Mbed OS KVStore static API example ---
kv_reset
kv_reset -> 265
kv_set first dummy key
kv_set -> 265
kv_get_info of first key
kv_get_info -> 265
kv_get_info key: /kv/dummy_key1
kv_get_info info - size: 0, flags: 139895
kv_get first key
kv_get -> 265
kv_get key: /kv/dummy_key1
kv_get value:
kv_set second dummy key
kv_set -> 265
kv_set third key with Confidentiality, Integrity and Replay Protection flags
kv_set -> 265
kv_set Set 'Real' Key 1
kv_set -> 265
kv_set Set 'Real' Key 2 with flag write-once
kv_set -> 265
Removing 'Dummy' Keys
1) Removing
2) Removing
3) Removing
4) Removing
5) Removing
6) Removing
7) Removing
8) Removing
9) Removing
...