Forum Discussion
Altera_Forum
Honored Contributor
14 years agoInterrupt in uC/OS-II
Hi, I use OSSemPost in my Interrupt ISR as follow: volatile int frame_ready_edge_capture;
INT8U error_code;
static void handle_frame_ready_interrupts(void* context, alt_u32 id)
{
/*...
Altera_Forum
Honored Contributor
13 years agoI suggest to disable the interrupt first and re enable it at last with [h=2]alt_irq_enable(IRQ number)[/h]
This will avoid re-triggering problem and make sure that ISR executed successfully