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.

RTOS/CC1352P: CC1352P - where is NVS_lock() implemented?

Part Number: CC1352P

Tool/software: TI-RTOS

Hello,

I'm working on a product where I need to control several peripheral via the same SPI (different chip-select pins).

One of the peripherals is an External Flash device, which we want to control via NVSSPI25X.h driver.

 

I would like to use the NVS_lock() API to prevent tasks writing to the external flash while the same SPI is busy accessing other peripheral devices.

I could not find where is NVS_lock() implemented, although documented for several SDK releases.

 

  1. Should I use NVSSPI25X_lock() directly? This routine is implemented in NVSSPI25X.c.
  2. When will NVS_lock() be implemented?

BR,

Amit