From 7d03135eb830b6547c8a8359e5ae89cb2fb1f800 Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Mon, 16 Oct 2023 18:03:09 +0400 Subject: [PATCH] lower sys clock to 24 MHz --- src/app_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_cfg.h b/src/app_cfg.h index 36076ca..b18087f 100644 --- a/src/app_cfg.h +++ b/src/app_cfg.h @@ -77,7 +77,7 @@ extern "C" { #define FLASH_CAP_SIZE_1M 1 #endif #define BOARD BOARD_8258_03MMC//BOARD_8258_DONGLE//BOARD_8258_EVK - #define CLOCK_SYS_CLOCK_HZ 48000000 + #define CLOCK_SYS_CLOCK_HZ 24000000 //48000000 #elif defined(MCU_CORE_8278) #define FLASH_CAP_SIZE_1M 1 #define BOARD BOARD_8278_DONGLE//BOARD_8278_EVK