CLR //=0
= M 1.0
= M 1.2
= M 1.6
= M 2.1
= M 2.2
= Q 0.1
= Q 0.2
= Q 0.3
= Q 0.4
= Q 0.5
But it still won't put them to 0 if I switch CPU from STOP to RUN-P . Perhaps I should put something to OB1 as well?
Is there any way to diagnose why this doesn't work?
krneki im sorry i dont know what hapened with the code y didnt see the preview before posting.
I corrected the post,
you have to put in OB100
SET
R M 1.0
R M 1.2
R M 1.6
R M 2.1
R M 2.2
R Q 0.1
R Q 0.2
R Q 0.3
R Q 0.4
R Q 0.5
the set put the RLO to "1" and then de R clear the bit (R M1.0 ....).
If fou need to set one bit at startup you can use S (for instance S M1.0) instead of R