SPI Driver [SPI_MSC313] have problem on FIFO transfer #78
AhmadPanogari
started this conversation in
General
Replies: 3 comments 1 reply
-
Here the Driver Code https://gist.github.com/AhmadPanogari/74a1543c6374e136175a23574eb34bbb |
Beta Was this translation helpful? Give feedback.
0 replies
-
This means the DMA transfer either didn't trigger or timed out. I found some issues with certain sizes causing that. I will take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please try pulling mstar_v6_2_rebase and see if it helps. There is still an issue with the spi not triggering every so often but the DMA side knows how to timeout now and the error shouldn't keep repeating. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently implementing DRM for ILI9488 (3.5 Inch LCD) with SPI interface
and found an error message like in the picture.
I will attach the driver code

Beta Was this translation helpful? Give feedback.
All reactions