Search found 1 match

by RicardoStephen
Thu Jan 05, 2017 12:23 am
Forum: General Discussion
Topic: When to use nvs_flash_init and create task
Replies: 1
Views: 11307

When to use nvs_flash_init and create task

Why do some examples call nvs_flash_init while others don't (example 01 vs 20)? I assume there is a dependency on the flash for some applications, but I can't trace this dependency for something like example 01. What exactly is the nvs used for? Also, why do some examples spawn tasks to run most of ...