This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634: Enable QSPI interrupt mode during Boot

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?