Hello everyone.
I have a question about the OSAL_SNV page number when the project is configured for OAD Off-chip.
In the oad_image_header.h file have the following comment:
/*! * NV Page Setting: * This define is used ensure the stack is built with a compatible NV setting * Note: this restriction does not apply to the stack library configuration * for off-chip OAD */ #define OAD_NUM_NV_PGS 1
The above comment shows that the OAD_NUM_NV_PGS define does not apply to the stack library configuration for off-chip OAD, but if I configure the OSAL_SNV=2 I get the following error:
#error "Incompatible NV settings detected. OAD supports 1 NV page"
Can I not use 2 SNV pages to Off-chip OAD?
Thank you.