ArduCAM / Energia

Energia IDE for ArduCAM CC3200 UNO board
4 stars 16 forks source link

myTimer.begin() function is blocked (MSP432 + ENERGIA) #2

Open jvilardellp opened 4 years ago

jvilardellp commented 4 years ago

I'm using the example for the multitasking example.

When I put 5 seconds in the "myTimer.begin" function is become blocked, but I don't why.

"myTimer.begin(timerFunction, 500);" I have changed this function to "myTimer.begin(timerFunction, 5000);"

With small values any problem, but when the values overpass 2 seconds the "myTimer.begin" fail. The function rest blocked.

Somebody knows what is the reason

Thanks

Applepi commented 3 years ago

Same, issue using the Screen library and timerlibrary, just gets spinlocked and unable to run.... really annoying that the examples are just broken when I have an assignment due tomorrow on this broken platform.