Is there a way to do a software reset on the P1? Thanks!
REBOOT in spin, in assembly
REBOOT
mov x, #256 clkset x
Danke sehr!
This worked:
mov x, #128 clkset x
Oopsie, digit shifted in my mind.....
@Wuerfel_21 said: Oopsie, digit shifted in my mind.....
If I had a dollar for every time I do it, I'd be a rich man! I re-read the P1 manual and realized I had missed the reset bit in the CLK register. Doh! Thanks again.
Comments
REBOOT
in spin, in assemblyDanke sehr!
This worked:
mov x, #128
clkset x
Oopsie, digit shifted in my mind.....
If I had a dollar for every time I do it, I'd be a rich man!
I re-read the P1 manual and realized I had missed the reset bit in the CLK register. Doh!
Thanks again.