|
Problem with the NVS filesystem on
#nrf52840
#nvs
Are you in interruption context when trying to read/write in the callback ? I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...) You should defer the read/wr
Are you in interruption context when trying to read/write in the callback ? I doubt this is a good idea to access a filesystem from such place... (may sleep, may block...) You should defer the read/wr
|
By
Arnaud Mouiche
· #2243
·
|
|
Problem with the NVS filesystem on
#nrf52840
#nvs
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
Update: if I write and read in a function without some condition (i.e button is pressed) works fine. The problem is when the write/read process is taking place to button_pressed callback function.
|
By
Nikos Karamolegkos
· #2242
·
|
|
Problem with the NVS filesystem on
#nrf52840
#nvs
Hello again, I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
Hello again, I am following the NVS sample to create my own code in order to write to the NVS filesystem. The idea is to change a uint8 variable in the NVS when the button is pressed. Therefore, when
|
By
Nikos Karamolegkos
· #2241
·
|
|
NFC Support
#nxp
#i2c
#nvs
Hello guys, I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
Hello guys, I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
|
By
nanjunneo@...
· #1958
·
|
|
How to use NVS in native_posix?
#nvs
#flash
Hi Lucas, You can use native_posix with NVS, the NVS sample (samples/subsys/nvs) almost works out of the box. So I would have a look at the sample code and use it as a base line. Steps (tested against
Hi Lucas, You can use native_posix with NVS, the NVS sample (samples/subsys/nvs) almost works out of the box. So I would have a look at the sample code and use it as a base line. Steps (tested against
|
By
Jan Van Winkel
· #1943
·
|
|
NVS on flash with erase page size 64k or larger
#nvs
NVS on flash with erase page size 64k or larger #nvs Marco Jan 2 #1824 Hi there > In my application I try to use NVS on an external SPI flash (M25P16) which has an erase page size of 64k. > As I reali
NVS on flash with erase page size 64k or larger #nvs Marco Jan 2 #1824 Hi there > In my application I try to use NVS on an external SPI flash (M25P16) which has an erase page size of 64k. > As I reali
|
By
...
· #1853
·
|
|
NVS on flash with erase page size 64k or larger
#nvs
Hi there In my application I try to use NVS on an external SPI flash (M25P16) which has an erase page size of 64k. As I realised, NVS seems to have some limit on its maximum sector size of just below
Hi there In my application I try to use NVS on an external SPI flash (M25P16) which has an erase page size of 64k. As I realised, NVS seems to have some limit on its maximum sector size of just below
|
By
Marco
· #1824
·
|
|
#nvs can someone clarify how to traverse NVS?
#nvs
I would like to use the NVS with the nrf9160 for remote logging. Specifically I don't understand how to track latest read and latest write at the same time. I want to be able to write 5 values (time s
I would like to use the NVS with the nrf9160 for remote logging. Specifically I don't understand how to track latest read and latest write at the same time. I want to be able to write 5 values (time s
|
By
Ruben Kertesz
· #1637
·
|
|
How to configure #NVS if #FCB in used for #BluetoothMesh ?
#nvs
#fcb
#bluetoothmesh
Hi all, I wanna use #NVS to save #BluetoothMesh Models states. As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage. If I use #NVS (with default setting) along with
Hi all, I wanna use #NVS to save #BluetoothMesh Models states. As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage. If I use #NVS (with default setting) along with
|
By
...
· #851
·
|
|
[Zephyr-devel] switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi. I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him). Andrzej
Hi. I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him). Andrzej
|
By
...
· #802
·
|
|
[Zephyr-devel] switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Vikrant, Mesh will work with any settings backend (currently FCB and NFFS, and in the future with NVS). Johan
Hi Vikrant, Mesh will work with any settings backend (currently FCB and NFFS, and in the future with NVS). Johan
|
By
Johan Hedberg
· #800
·
|
|
[Zephyr-devel] switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi Andrzej, Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ? If yes, then only it will possible. 😃 Thank You !!
Hi Andrzej, Is #BluetoothMesh stack completely independent from persistence storage mechanism used by #SettingLayer ? If yes, then only it will possible. 😃 Thank You !!
|
By
...
· #799
·
|
|
switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi, will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ? Thank You !!
Hi, will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ? Thank You !!
|
By
...
· #795
·
|