Closed keithm-xmos closed 1 year ago
It is not safe to call qspi_flash_xxxxx functions from multiple bare-metal threads. This enhancement request is to add a bare-metal middleware utility that wraps qspi_flash_xxxxx functions with a hardware and/or software lock.
qspi_flash_xxxxx
The qspi_io library will be replaced by one distributed with the June 2022 XTC Tools release.
It is not safe to call
qspi_flash_xxxxx
functions from multiple bare-metal threads. This enhancement request is to add a bare-metal middleware utility that wrapsqspi_flash_xxxxx
functions with a hardware and/or software lock.