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.

LAUNCHXL-CC1352R1: Is it okay to use other external flash memory? Like SST25VF080B

Part Number: LAUNCHXL-CC1352R1

Is it okay to use other external flash memory? Like SST25VF080B.

We will be using the TI flash driver to read and write to this external flash memory.

Thank you and Regards

Jonathan

  • If SST25VF080B is functionally equivalent with the Macronix MX25R or WinBond W25X, then yes you can re-use the existing TI external NVS driver.

    If it is not, then you need to implement the NVS driver yourself for the SST25VF080B. Take a look at the ti/drivers/nvs/NVSSPI25X.{h,c} for reference.