Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAX32690 / ME18 - SPI DMA Bug (SPI2, 3, 4) #935

Closed
BrentK-ADI opened this issue Feb 27, 2024 · 0 comments · Fixed by #938
Closed

MAX32690 / ME18 - SPI DMA Bug (SPI2, 3, 4) #935

BrentK-ADI opened this issue Feb 27, 2024 · 0 comments · Fixed by #938

Comments

@BrentK-ADI
Copy link
Contributor

There is a bug in the MXC_SPI_MasterTransactionDMA function for ME18 (spi_me18.c) where the RX DMA request ID is assigned to the Tx selection. This looks to be a copy and paste error, and present for SPI2, SPI3 and SPI4 only.

reqselTx = MXC_DMA_REQUEST_SPI2RX;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant