Part Number: AM2634
Hi,
I test the demo - sbl_qspi_am263x-cc_r5fss0-0_nortos_ti-arm-clang
In this demo, the QSPI interrupt mode is disabled. The flash code read costs too much time.
I wish to run other function in SBL during the code reading from external flash. I think QSPI interrupt mode could help me achieve this.
How can I enable the QSPI interrupt mode. Is there a demo project?