Skip to content

pico core uses/disables DMA_IRQ_0 since 4.0.1 ? #2394

Answered by earlephilhower
myklemykle asked this question in Q&A
Discussion options

You must be logged in to vote

The core itself really has no changes to speak of, other than simple compatibility ones, for the 2.0.0 SDK update. See #2336 . The SDK internals, I really didn't dig into it because all of the DMAs and IRQs we use internally "just worked" with no changes.

I always use the dma_claim_unused_channel call to pick a DMA, not hardcode it, so even if they did pick one for something (which would surprise me but their code is out there to double check) it wouldn't matter because I'd automatically pick another one...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@myklemykle
Comment options

Answer selected by myklemykle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants