-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dual Core Processing on Portenta H7 using one Sketch: issue with core 4.0.10 and 4.1.1. #867
Comments
Hi @Hamza-Proline , |
This patch a758746 might be the source of the regression; I'll investigate further and will let you know |
Hi @facchinm , Exactly, after eliminating analogRead(0) from the sketch uploaded to the M4, things work perfectly. |
Is this issue being worked on or is there a way to remove the offending patch? The M4 core of my working program doesn't run If I try to use a library > 4.0.8 |
I confirm this issue. |
@tomvp it's being worked on, no worries 🙂 |
Hello everyone,
The example provided in this section 'Programming Both Cores With Just One Sketch' does not work on the M4 when the core version is 4.0.10 or 4.1.1. However, it works well with previous versions ≤ 4.0.8.
Sketch:
After uploading the sketch to the M7, the LEDB blinks perfectly.
Then, after uploading the sketch to the M4, the LEDG does not respond. However, if the classic Blink sketch is uploaded to the M4 it works. So the M4 boots properly via the
bootM4();
but it doesn't seem to respond to:The text was updated successfully, but these errors were encountered: