mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
arch/arm/src/stm32f7: IO compensation cell is enabled after clocking to SYSCFG is enabled
This commit is contained in:
committed by
Abdelatif Guettouche
parent
3d91fed868
commit
451a255146
@@ -138,15 +138,15 @@ void stm32_clockconfig(void)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Enable peripheral clocking */
|
||||||
|
|
||||||
|
rcc_enableperipherals();
|
||||||
|
|
||||||
#ifdef CONFIG_STM32F7_SYSCFG_IOCOMPENSATION
|
#ifdef CONFIG_STM32F7_SYSCFG_IOCOMPENSATION
|
||||||
/* Enable I/O Compensation */
|
/* Enable I/O Compensation */
|
||||||
|
|
||||||
stm32_iocompensation();
|
stm32_iocompensation();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enable peripheral clocking */
|
|
||||||
|
|
||||||
rcc_enableperipherals();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user