-
-
Notifications
You must be signed in to change notification settings - Fork 438
[PXCT-17] add RTC RPC example #2298
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
Conversation
Preview Deployment🚀 Preview this PR: https://675027572ce8ec384341741c--docs-content.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Hannes7eicher , appears to be working. However we are using the single sketch approach (uploading the same sketch to the different cores).
I think it might be best to look at creating a specific M4 sketch, and a specific M7 sketch.
@karlsoderby I think that's a good idea! I split apart the sketch. Take a look and let me know what you think. |
content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-dual-core/giga-dual-core.md
Outdated
Show resolved
Hide resolved
content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-dual-core/giga-dual-core.md
Outdated
Show resolved
Hide resolved
content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-dual-core/giga-dual-core.md
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor suggestion @Hannes7eicher . I think it's best to leave RTC.set()
uncommented but let me know if there was a reason to leave like it that and we can adjust.
Otherwise everything looks great.
Co-authored-by: Karl Söderby <[email protected]>
All suggestions applied 😁 |
What This PR Changes
This PR adds an example on how to access the RTC from the M4 core on the Arduino GIGA R1 WiFi.
Contribution Guidelines