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.
- Should I use NVSSPI25X_lock() directly? This routine is implemented in NVSSPI25X.c.
- When will NVS_lock() be implemented?
BR,
Amit