You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a simple blink using sleep() or sleepSeconds() instead of delay(), the durations are not respected. I did not make a precise measure, but the factor seems to be 10x ( sleepSeconds(1) seems to lead to a 10s pause, sleep(500) seems to lead to a 5s pause ...).
I just re-installed 1.0.3 msp430 core to be sure (I will try with previous versions). Not tested on other microcontroller. Original lauchpad 32768 Hz crystal is soldered. Windows 10
Hi,
When I run a simple blink using sleep() or sleepSeconds() instead of delay(), the durations are not respected. I did not make a precise measure, but the factor seems to be 10x ( sleepSeconds(1) seems to lead to a 10s pause, sleep(500) seems to lead to a 5s pause ...).
I just re-installed 1.0.3 msp430 core to be sure (I will try with previous versions). Not tested on other microcontroller. Original lauchpad 32768 Hz crystal is soldered. Windows 10
Code :
The text was updated successfully, but these errors were encountered: