Question
disable and enable all interrupt in stm32mp1
Is there any way to disable and enable all interrupts in a assembly way, because i need to manually switch on and OFF particular GPIO before UBOOT SPL start
uboot-source/board/st/stm32mp1/board.c
void board_debug_uart_init(void)
{
// disable interrupts ---- need support here
//PWM self logic written
// enable interrupts ---- need support here
}
