From dae1ff502fcadc25f7aa32beba4cee028b9ab27f Mon Sep 17 00:00:00 2001 From: EricB-ADI <122300463+EricB-ADI@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:48:49 -0500 Subject: [PATCH] added nop to beginning of SystemInit --- Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c b/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c index 264d11013d..bfa4755517 100644 --- a/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c +++ b/Libraries/CMSIS/Device/Maxim/MAX32690/Source/system_max32690.c @@ -134,6 +134,7 @@ __weak void PalSysInit(void) {} */ __weak void SystemInit(void) { + __NOP(); #ifdef DEBUG /* Delay to prevent bricks */ volatile int i;