This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652P7: Purpose of CONFIG_NVSINTERNAL in multirole?

Part Number: CC2652P7
Other Parts Discussed in Thread: SYSCONFIG

The default sysConfig for multirole.c has an NVS module CONFIG_NVSINTERNAL. I initially did not see that referenced anywhere so I assumed it was enabled for general use... to find out it wouldn't open (NVS_open). I made another module and used the sector from the nvsInteral driver example, but I'm curious why this is enabled by default in multirole? Does it serve something internally?