diff --git a/bsp/Infineon/psoc6-evaluationkit-062S2/board/board.c b/bsp/Infineon/psoc6-evaluationkit-062S2/board/board.c index 6e4dd05f9e..066c1c19b7 100644 --- a/bsp/Infineon/psoc6-evaluationkit-062S2/board/board.c +++ b/bsp/Infineon/psoc6-evaluationkit-062S2/board/board.c @@ -14,6 +14,12 @@ void cy_bsp_all_init(void) { cy_rslt_t result; +#ifdef __ARMCC_VERSION +#ifndef __NO_SYSTEM_INIT + SystemInit(); +#endif +#endif + /* Initialize the device and board peripherals */ result = cybsp_init();