You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior
Using the qspi_flash driver to read an address outside of the bounds of flash results in an infinite loop that never returns, essentially locking use of qspi flash driver.
Describe the expected behavior
The driver should return when reading past flash address space.
Standalone code to reproduce the issue
Read any address outside of flash.
The text was updated successfully, but these errors were encountered:
System information
All versions as of 05712a4
Describe the current behavior
Using the qspi_flash driver to read an address outside of the bounds of flash results in an infinite loop that never returns, essentially locking use of qspi flash driver.
Describe the expected behavior
The driver should return when reading past flash address space.
Standalone code to reproduce the issue
Read any address outside of flash.
The text was updated successfully, but these errors were encountered: