We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282622d commit 0e26c9cCopy full SHA for 0e26c9c
boards/arm/gd32e103v_eval/gd32e103v_eval_defconfig
@@ -2,7 +2,7 @@
2
3
CONFIG_SOC_SERIES_GD32E1X=y
4
CONFIG_SOC_GD32E103VB=y
5
-CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=108000000
+CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8000000
6
7
# Enable MPU
8
CONFIG_ARM_MPU=y
dts/arm/gigadevice/e1/gd32e1.dtsi
@@ -43,7 +43,7 @@
43
clk_hsi: clk-hsi {
44
#clock-cells = <0>;
45
compatible = "fixed-clock";
46
- clock-frequency = <DT_FREQ_M(16)>;
+ clock-frequency = <DT_FREQ_M(8)>;
47
status = "disabled";
48
};
49
0 commit comments