Hello team.
Why is mandatory the NV page to br equal to 1 in a project which is based on simple peripheral oad off chip example?
Thanks in advanced.
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.
Hello team.
Why is mandatory the NV page to br equal to 1 in a project which is based on simple peripheral oad off chip example?
Thanks in advanced.
Hi,
We do not recommend changing the default number of SNV pages for an OAD application without thorough understanding of the linking process and the implications of switching the number of SNV pages when performing an OAD. Please completely read the OAD User Guide and the code comments in the associated source files before attempting to modify the default options.
Best regards,
Hi,
I think better to keep the default number of SNV pages because I don't have completely understanding about the linking process and implications when performing an OAD.
Please, is it possible using the external flash as SNV pages?
Thanks
Hi,
If the question is whether the BLE stack can use the external flash, the answer is no. Actually, accessing the external flash is slightly longer and cannot meet the timing requirements of the Bluetooth LE protocol.
For other usages, you can definitely use the external Flash. Please refer to <SDK>\examples\rtos\CC2640R2_LAUNCHXL\drivers\nvsexternal example.
Best regards,