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)
{
/*...