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
The STM32U* and STM32L* parts have low power features namely; multispeed internal clocks (MSI) and sometimes low power run. This means the program can adjust the system clocks at any moment to reduce power usage. This would appear to only be compatible with light runtimes? I use light runtimes to make porting to chips more expedient in any case. I open this issue simply to raise awareness and consideration during future runtime developments.
The STM32U* and STM32L* parts have low power features namely; multispeed internal clocks (MSI) and sometimes low power run. This means the program can adjust the system clocks at any moment to reduce power usage. This would appear to only be compatible with light runtimes? I use light runtimes to make porting to chips more expedient in any case. I open this issue simply to raise awareness and consideration during future runtime developments.
Food for thought:
https://www.freertos.org/Documentation/02-Kernel/02-Kernel-features/07-Lower-power-support
https://www.freertos.org/low-power-ARM-cortex-rtos
The text was updated successfully, but these errors were encountered: