You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-dual-core/giga-dual-core.md
+88
Original file line number
Diff line number
Diff line change
@@ -558,6 +558,94 @@ int servoMove(int angle) {
558
558
}
559
559
```
560
560
561
+
### RTC RPC
562
+
563
+
The Real-time Clock (RTC) can be accessed from the M4 core, and using RPC, we can read the values.
564
+
565
+
In this example, we set the RTC to a specific date (can be adjusted in the example), send it to the M7 via RPC, and finally prints it out in the Serial Monitor using the M7 core.
0 commit comments