Is there a way to reboot (reset propeller chip) in pasm or in PropBasic? - Solv
Christof Eb.
Posts: 1,245
Hi,
Is there a way to reboot (reset propeller chip) in pasm or in PropBasic?
Thanks for hints, Christof
Post Edited (Christof Eb.) : 4/7/2010 3:00:25 PM GMT
Is there a way to reboot (reset propeller chip) in pasm or in PropBasic?
Thanks for hints, Christof
Post Edited (Christof Eb.) : 4/7/2010 3:00:25 PM GMT
Comments
Christof
So my reboot is in PropBasic:
....
rebot VAR long= %10000000
....
SUB Rebooter
\ clkset rebot
endsub