This repository was archived by the owner on Apr 16, 2021. It is now read-only.
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
Use of KvStore after 1.1.4 don't work #99
Open
Description
My application works fine with the 1.1.4 release for the NANO BLE. Updating to 1.1.5 results in a wire compilation error. Then updating to 1.1.6 results in a failing application. The activity on the board indicates a blinking LED_BUILTIN (PIN_LED) (13), 4 slow blinks, then 4 fast blinks.
The application I run successfully with the 1.1.4 release doesn't use this LED at all, so it must be some alert or panic indication coming out of the mbed?
Digging and debugging a little deeper it appears that the use of the mbed KvStore function call kv_get causes this panic indication on the Led;
res = kv_get("/kv/check_valid", KvBuf, sizeof(KvBuf), &actualSize);
Any thoughts?
Metadata
Metadata
Assignees
Labels
No labels