Can I use CPU2 #88
phpbg
announced in
Announcements
Replies: 1 comment 3 replies
-
|
It's driven off the DMA done interrupts of the output device. So if you start things on the 2nd core, it will do all processing there. But, as always, you need to make sure you feed it data from the same core it's running on or you could find some "interesting" behavior because there's no cross-core synchronization in Arduino. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
this looks really promising, thanks!
Can you give more details on how it works?
More especially, you say it is interrupt driven, but is there any way so select on which CPU decoding happen?
I have an UI that is a bit heavy, and I want to use both CPUs of my RP2040: decoding on CPU1 and UI on CPU0 for example...
Regards
Beta Was this translation helpful? Give feedback.
All reactions