Files
tinygo/src/runtime
deadprogram 906a20d3bf stm32u5: configure system clock to 160 MHz
- Uses PLL1 to boost the system clock from the 4 MHz MSIS default to 160 MHz.
- Sets VOS to Range 1 (1.2V) and enables the EPOD booster for higher frequency support.
- Configures flash latency (4 wait states) and enables prefetch for 160 MHz operation.
- Updates CPU and APB timer frequencies in the machine package accordingly.
- Fixes LPUART baud rate divisor computation by using 64-bit arithmetic to prevent
overflow with the newly increased 160 MHz clock.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2026-05-28 15:18:31 +02:00
..
2018-09-14 20:58:00 +02:00
2025-06-11 09:57:46 +02:00
2025-04-22 17:45:29 +02:00
2026-01-09 23:20:47 +00:00
2026-04-17 10:33:07 +02:00
2025-06-13 14:42:23 +02:00
2026-05-26 15:27:32 +02:00
2026-05-26 15:27:32 +02:00
2026-04-17 10:33:07 +02:00
2022-12-19 23:20:11 +01:00
2023-08-04 11:59:11 +02:00
2024-11-18 14:44:06 +01:00
2024-07-02 07:02:03 -07:00
2024-07-02 07:02:03 -07:00
2025-01-16 10:06:22 +01:00
2026-05-25 16:58:01 +02:00
2026-01-05 15:10:31 -05:00
2018-09-16 13:01:03 +02:00
2025-02-25 14:41:42 +01:00
2025-08-06 17:08:26 +02:00