I would like to use the QSPI's SFI interface to access the flash on the am263x-cc in a non-rots environment. The SDK appears to set up the MSS_QSPI0_SPI_SETUP0 register and then access the memory mapped region, EXT_FLASH0 located at 0x60000000,1 byte at a time. Is there anything else that needs to be done to kick off the read from flash? How would the setup differ to read 4 bytes at a time?