Part Number: CC2652RSIP
Hi Ti Team,
I want to use OAD Module with a different Flash (SST25VF016B from Microchip) then the one that is used by the EVB.
This module use “flash_interface_ext_rtos_NVS”.
The Flash that I’m using is not compatible with the NVSSPI25X’s requirement of 256 byte/page, it uses “Auto Address Increment” to write multiple bytes, which means that I need to modify few files in the OAD module.
I tried to modify NVSSPI25X.c but my change is run over and return back to the original file.
- Is there a way to modify the current NVS driver (NVSSPI25X.c) to support “Auto Address Increment” ?
- Is there a NVS driver that already support “Auto Address Increment” ?