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
am_bsp_low_power_init(); is giving annoying timing issues I think having something to do with clearing unused flash, it removes what it should not be removing,
e.g: blinky gives a very strange blinking pattern.
however, for those interested you can remove the line of am_bsp_low_power_init(); call and the behavior will be back to normal
The text was updated successfully, but these errors were encountered:
am_bsp_low_power_init(); is giving annoying timing issues I think having something to do with clearing unused flash, it removes what it should not be removing,
e.g: blinky gives a very strange blinking pattern.
however, for those interested you can remove the line of am_bsp_low_power_init(); call and the behavior will be back to normal
The text was updated successfully, but these errors were encountered: