I am using STM8AF62A9. I reconfigured the interrupt vector table, unused interrupts and tests it with TRAP SW with function __trap();Controller jumps into the unhandled interrupt ISR routine, as expected, but in there i doesn't clear the interrupt fl...