Solved
Where is global interrupt enable during STM32G4 intialization
is global interrupt is always enable during startup, is that right ?, if yes, where can i find it?
In
HAL_Init();
or
startup_stm32g474retx.s
is global interrupt is always enable during startup, is that right ?, if yes, where can i find it?
In
HAL_Init();
or
startup_stm32g474retx.s
The processor starts with interrupts enabled. You get to enable specific peripherals ones via the NVIC
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.