Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

About edge interupt

Altera_Forum
Honored Contributor II
904 Views

Hello everyone: 

The following is my application program of ISR: 

void rst_isr(void* context,alt_u32 id) 

EN = EN+1; 

 

And i register the ISR with alt_irq_register(): 

 

alt_irq_register((alt_u32)7,(void*)0,rst_isr); 

 

but it cann't work,i think the hardware is working well,can you tell me what's wrong with it?
0 Kudos
0 Replies
Reply