MCUXpresso: usage of FLEXSPI_TransferNonBlocking API with iMX8QXP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso: usage of FLEXSPI_TransferNonBlocking API with iMX8QXP

Jump to solution
578 Views
pierluigi_p
Contributor V

Hi all,

surfing MCUXpresso documentation and source code, in file

    devices/MIMX8QX6/drivers/fsl_flexspi.c

You can find the API

    FLEXSPI_TransferNonBlocking

The notes recommend using the function

    FLEXSPI_GetTransferCount

in order to poll the transfer status, however this seems to be not available in MCUXpresso.

Is there any sample reference code showing how to actually use FLEXSPI_TransferNonBlocking API?

Thanks

Regards

Pier

0 Kudos
1 Solution
565 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I'm afraid there is not, as you may know the only example we have available using FSPI in SDK is the Octal example which uses polling transfers.

Regards,
Aldo.

View solution in original post

0 Kudos
1 Reply
566 Views
AldoG
NXP TechSupport
NXP TechSupport

Hello,

I'm afraid there is not, as you may know the only example we have available using FSPI in SDK is the Octal example which uses polling transfers.

Regards,
Aldo.

0 Kudos