Fixed bug in quadspi_write
The functional mode used in quadspi_write was indirect read, so the data register was not able to be written to. This is fixed by changing QUADSPI_CCR_FMODE_IREAD to QUADSPI_CCR_FMODE_IWRITE
The functional mode used in quadspi_write was indirect read, so the data register was not able to be written to. This is fixed by changing QUADSPI_CCR_FMODE_IREAD to QUADSPI_CCR_FMODE_IWRITE