Read data from QSPI with DMA
Posted on February 09, 2018 at 12:28Hello.I have a problem. I have this function:/*instruction = 0x0B - Fast read * addr = address (0x00) - address * count = number of read data (4bytes) * dst = data out */void QSPI_fast_read (uint8_t instruction, u...