-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For me this always hangs:
RPi2040_mPy/rp2_dma/rp2_dma.py
Line 403 in 1d109ce
| while p[0]: |
To fix, I replaced
while p[0]:
with
while self.busy():
This seems to agree with the comment at raspberrypi/pico-sdk#923:
...After aborting a channel, poll the CTRL.BUSY bit to wait for completion (not the ABORT bit), ...
Metadata
Metadata
Assignees
Labels
No labels