I2C with DMA fails #16728
Unanswered
eliclement
asked this question in
STM32 / Pyboard
I2C with DMA fails
#16728
Replies: 1 comment
-
Have you searched for issues in the bugtracker? If nothing is mentioned there, you may need to debug this yourrself. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the pyb.I2C legacy because there is a DMA option but the DMA is not working and causing a hang when using
dma=True
on a pyb.I2C instance on a STM32H7.It all fails when using
I2C.mem_read
,I2C.mem_write
,I2C.recv
andI2C.recv
.FYI: When setting
dma=False
in the init, the transfers work.Ideas?
Beta Was this translation helpful? Give feedback.
All reactions