In Msp430Adc12ImplP.nc, MultiChannel.configure() says:
        ctl0.msc = (jiffies == 0) ? 1 : 0;

Is this correct? It used to say ctl0.msc = 1. In effect, this seems to
disable Repeat-Sequence-of-Channels mode.

I ran into this when the old (2.0.2) code locked up when changing
reference voltages between reads - I was converting a sequence of
channels using VCC as the reference, then measuring VCC against the 1.5V
reference (because the 17 ms startup time for the reference is too long
to capture the input signal). I remembered there being some updates to
the reference voltage, so I updated the tos/chips/msp430/adc12
directory.

I've changed the line above back to ctl0.msc = 1. It appears to have
solved the lockup, but I figured I'd post this to the list while I
continue testing.

Kind regards,
Michiel


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to