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.

CC2652RSIP: NVSSPI25X

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.

 

  1. Is there a way to modify the current NVS driver (NVSSPI25X.c) to support “Auto Address Increment” ?
  2. Is there a NVS driver that already support “Auto Address Increment” ?