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 bc68113 commit f0679ccCopy full SHA for f0679cc
targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A/device/system_s1sbp6a.c
@@ -37,7 +37,7 @@ static void peripheral_init(void)
37
{
38
/*AFE Voltage Config */
39
putreg32(&BP_AFE_TOP->REF_CTRL, 0x7A68201F);
40
- putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x0);
+ putreg32(&BP_AFE_TOP->AFE_CLK_CTRL, 0x08);
41
}
42
43
void SystemCoreClockUpdate(void) /* Get Core Clock Frequency */
0 commit comments