-
hello, I am currently working with a gd32f427 and I think there is an error in the spi/gd32 library. I always have the callback function which is called 2 times for each transmission frame on the spi. If someone can help me to solve this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I have more details about the bug. If I use the "spi_transceive_cb" function, I always have one more byte sent on the spi bus. But if I use the "spi_transceive_dt" function, it's fine. if I send 8 bytes, I have 8 bytes on the spi bus. If someone can be checked this bug and solve it. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @lmikl, thanks for you feedback. There have similar issue in #47499 (comment). Since |
Beta Was this translation helpful? Give feedback.
Please test with below patch, transceive will be ok.