- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page