Can you provide a demo of the nonblocking method of Flexspi for the RT1170 chip? And how to use the FLEXSPI_TransferGetCount() function, etc.
Thanks
Hi,
Unfortunately, it seems there is no example using FLEXSPI_TransferNonBlocking in the SDK.
Nevertheless, I would recommend you to take a look to these threads.
Regarding FLEXSPI_TransferGetCount, probably the MCUXpresso SDK API Reference Manual_MIMXRT1176 will help you. You can find it in the docs directory of you SDK.
Regards,
Daniel.
Thank you for your suggestion, but there is (FLEXSPI_TransferNonBlocking API) in fsl_flexspi.c. According to the comment description, you can use (FLEXSPI_GetTransferCount API to poll and query whether the transfer is completed). The non-blocking way is to process the data through the interrupt function, then What is the processing flow in the interrupt function? Do I have any doubts? Can you explain my question? grateful