Description of defect In QSPI::_initialize mbed::QSPI will call the target specific qspi_init() once. Later, if QSPI::_acquire() gets called (which it does in QSPI::read(), QSPI::write(), etc) qspi_init() will be called again. A better d...
Solved: if u-boot configures QSPI for AHB reads, the M4 must clear the QUADSPI_BFGENCR register during its init to bring it back to a well known
if u-boot configures QSPI for AHB reads, the M4 must clear theQUADSPI_BFGENCR register during its init to bring it back to a wellknown state.void QSPI_SoftwareReset(QuadSPI_Type *base) { uint32_t i = 0; /* Reset AHB domain and buffer domian */...
Support GD28LQ128 QSPI flash Browse files Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>starfive MichaelZhuxx committed Nov 2, 2021 1 parent 0084526 commit d086aee Showing 1 changed file with 3 additions and 2 deletions. Whitespace Ignore whitespace Split Unified 5 changes: 3...