I can't read BYTEs from the QUAD SPI using the indirect mode.
I'm using the following code to read from the QUADSPI data register. (uint8_t) * dptr;*dptr++ = QUADSPI->DR;What I get is it reads 4 BYTEs from the FIFO and only returns the lowest Byte in memory pointed to by dptr. The ref manual says you can read B...