From 53ac42ca2e9b5403ca14a3ac8a46c91885c37b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= Date: Sun, 7 Apr 2024 10:07:09 +0200 Subject: [PATCH] Use integer multiple of the XOSC for CLK_SYS --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index a6bd2c3..0d5e6d5 100644 --- a/src/main.c +++ b/src/main.c @@ -52,7 +52,7 @@ /* Digital Data */ #if 0 #define VREG_VOLTAGE VREG_VOLTAGE_DEFAULT -#define CLK_SYS_HZ (250 * MHZ) +#define CLK_SYS_HZ (252 * MHZ) #define BANDWIDTH 1280000 #define DECIMATION_BITS 6 #define LPF_ORDER 4