ā2019-11-10 05:25 PM
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
Solved! Go to Solution.
ā2019-11-10 05:35 PM
The processor starts with interrupts enabled. You get to enable specific peripherals ones via the NVIC
ā2019-11-10 05:35 PM
The processor starts with interrupts enabled. You get to enable specific peripherals ones via the NVIC
ā2019-11-10 06:29 PM
Thank you! Can you point to me, Where does the processor implement enable global interrupts? which file and which line:smiling_face_with_smiling_eyes:
ā2019-11-10 06:56 PM
What part of "starts with them enabled" is unclear here? There isn't a file/line involved.
The SCB->VTOR is reset to zero, and this means the memory mapped there (FLASH, SRAM, ROM) is controlled by BOOT pins