MichelRottleuthner
MichelRottleuthner
For reference, may be related to #6052
I think this is not related to xtimer itself. Changing this in `cpu/msp430fxyz/periph/timer.c`: ```diff ---TIMER_BASE->CTL = (TIMER_CTL_TASSEL_SMCLK | TIMER_CTL_ID_DIV8); +++TIMER_BASE->CTL = (TIMER_CTL_TASSEL_SMCLK | TIMER_CTL_ID_DIV2); ``` gives me something at least...
Ok, thanks for the quick response. > (...) but if I guess correctly (...) Yep, that's pretty much what I wanted to say. I'm also no active user of the...
Yep it seems like there is indeed no HF crystal available. But for the Tmote Sky it looks like it has at least some LF crystal [X0](https://insense.cs.st-andrews.ac.uk/files/2013/04/tmote-sky-datasheet.pdf#page=7). They also say...