jimmie
Junior Member

Posts: 86
|
Post by jimmie on Jan 14, 2020 5:38:45 GMT
Is there a way to reboot the ShieldBuddy using code?
Would this work:
void(* resetFunc) (void) = 0; //declare reset function @ address 0
Or is there a better way?
Thanks in advance.
|
|
|
Post by Admin on Jan 14, 2020 8:22:46 GMT
It is possible to reset the ShieldBuddy by executing the Reset_TC275() function. This causes a TC275 system reset which puts the CPUs into the reset state.
|
|
jimmie
Junior Member

Posts: 86
|
Post by jimmie on Jan 15, 2020 0:57:29 GMT
Thank you.
|
|