Closed 5angXR closed 3 months ago
Thanks for the contribution! I have notified the development team for review but the feedback could be delayed, appreciate for your patience.
Thanks for the contribution! I have notified the development team for review but the feedback could be delayed, appreciate for your patience.
How is it going now?
Prerequisites
Describe the pull request
fix the dma request source error of LPSPI3 accoording to
IMXRT1040RM Rev. 1, 09/2022
.Type of change
Tests
Test executed Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. In
\evkmimxrt1040\driver_examples\lpspi\edma_b2b_transfer
, change the LPSPI fromLPSPI1
toLPSPI3
. If no dma request source change is made, the program is stuck, unable to trigger dma interrupt,LPSPI_MasterUserCallback()
cannot be executed, and data cannot be sent; on the contrary, the program proceeds smoothly, the data was sent successfully.