Hi all,
My goal is to store large data which is approximately 300KB and send it using UART. To do it, I think I should the library of NVS on zephyr. I achieved to use it. But, creating and reading large data is my issue. My issues are the following:
1) How can I create 300KB data on flash using nvs or something?
2) How can I send these data through UART?
I found this example and I can use nvs like that:
Thanks for your interest.