Tool/software: Code Composer Studio
I would like to write some data to internal NVS using the project zero example. After a great deal of frustration, I found that the osal code is using that space after I write to it.
So digging around I found osal_snv_read osal_snv_write calls and it "appears" that I should be using those. Unfortunately, I have no idea how or why, and where (i.e. what space can I use?). Any help would be appreciated. I would like to eventually use OAD, but I dont even know how to turn that off to reclaim "normal" NVS read & write operations.