Disable nterrupt inside the IRQ Handler allowed??
Hello,i disable the interuppt after its execution is it allowed?void EXTI4_IRQHandler(void) { // Clear interrupt __HAL_GPIO_EXTI_CLEAR_IT(SYNC_UC_PIN); // call function function();// the function enables an other interrupt of the same pri...