Gast
#4674519
hello dear forum, I m doing a project with STM32F103 uC I have a critical code where I want this code not be interrupted by any interupt - and after this critical code is executed I want enable interupts again however I want that STM32 doesnot "oversee" any interrupt which is occured during this "disabled" time It should execute any pending ISR whenever I enable global interrupt again i.e this ISR should not be left unexecuted how can I do this in GCC ? thank you