PICO 2 / RP2350 v1.25.0 DMA funny behaviour #17390
Unanswered
rikkenharp
asked this question in
RP2040 / Pico
Replies: 1 comment
-
I had a problem when if not chaining, must set 'chain to' to same channel. My channel 1 was chaining to channel 0 since 0 is default. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If someone else is using the DMAs in v1.25.0 and having funny behaviour, it's because you have not set ring_sel and ring_size to zero if not needed.
DMAs above 0 have some funny defaults in these two.
Drove me crazy!!!
v1.26.0 preview don't have that problem!
Beta Was this translation helpful? Give feedback.
All reactions