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
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
As far as I can tell, mcu_sleep() does not seem to accept values greater than 12000 (2 minutes). When a value higher than 12000 is used, the mcu_sleep() command seems to max out at 2 minutes. For a workaround multiple mcu_sleep(12000); statements can be used in a single program.
It seems like this should not be the case, so I thought I'd raise the flag.
The text was updated successfully, but these errors were encountered:
Thanks, but not sure I follow, @eficker... We have no functions called mcu_sleep(). The closest to that are the power_soc_sleep() function, which in turn don't get any parameter.
Can you please point to the header file + line to which function you are referring to?
Perhaps I'm posting in the wrong repo. This is a function to control the MCU from C++ using the Intel provided IDE (Eclipse). I'm still trying to figure out all the pieces to the Edison in general and looks like there are several layers to just the MCU as well. Any chance you can point me in the right direction? @jeez
@eficker I believe so, yes. This is the repo for the HAL of Quark MCUs. Currently the support we provide is for Quark D2000 and Quark SE. These are not in Edison as far as I can remember.
As far as I can tell, mcu_sleep() does not seem to accept values greater than 12000 (2 minutes). When a value higher than 12000 is used, the mcu_sleep() command seems to max out at 2 minutes. For a workaround multiple mcu_sleep(12000); statements can be used in a single program.
It seems like this should not be the case, so I thought I'd raise the flag.
The text was updated successfully, but these errors were encountered: