The new implementation of msp430_sync_dco from the following contiki-os/contiki commit:
https://github.com/contiki-os/contiki/commit/68b65e6c47ad1a4aa317a76a46ad35443fec1c2e
works on z1 H/W nodes but not mspsim. Hardware timers (both A and B) go twice as slow as intended. For example, time_seconds() is equal to half the number of seconds elapsed since startup.
The new implementation of
msp430_sync_dco
from the following contiki-os/contiki commit: https://github.com/contiki-os/contiki/commit/68b65e6c47ad1a4aa317a76a46ad35443fec1c2e works on z1 H/W nodes but not mspsim. Hardware timers (both A and B) go twice as slow as intended. For example,time_seconds()
is equal to half the number of seconds elapsed since startup.