Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: flash: flexspi: Fix XIP during flash write
XIP prefetching seems to still be running, even while interrupts are disabled. Therefore it is important to wait for the FlexSPI to be idle before performing a write/erase operation. Signed-off-by: Martin Stumpf <[email protected]>
- Loading branch information