Hi, I am testing the flash storage of nrf52840 with NVS example from NCS v1.4.2
i have run the example code successfully. from the example code i have changed the
uint8_t longarray[128]; to uint8_t longarray[1024];
memset(&longarray , 'A',sizeof(longarray));
output log is
Query is
1. How to properly write and read the 1024 bytes,2048 bytes
2. I need to work in ble_his_keyboard example. where flash storage is initialized for pairing data storage. I need to store the sensor data . how to interface flash write into the main application of ble_hid_keyboard