Question
Support for Parallel Read and Write Operations on Octal SPI Flash in FreeRTOS
We are looking to work with the STM32U5A9J-DK Discovery kit, which features the STM32U5A9NJH6Q MCU. Our application requires the use of the Octal SPI flash memory in a FreeRTOS environment. Specifically, we need to perform simultaneous read and write operations on the flash memory from two different threads.
- Does the Octal SPI driver support parallel read and write operations.
- Can we perform simultaneous read and write operations from different threads?
- Are there any limitations or specific considerations we should be aware of when attempting to implement this functionality?
Thank in advance.
