MOD54415 External IRQ example

Post your example source code and application notes to share with others
Post Reply
User avatar
BBAdmin
Site Admin
Posts: 35
Joined: Fri Apr 18, 2008 5:54 pm

MOD54415 External IRQ example

Post by BBAdmin »

Example using external interrupt request pins.
Attachments
MOD54415-ExternalIRQ.zip
(2.72 KiB) Downloaded 690 times
Lachlanp
Posts: 91
Joined: Tue Jan 29, 2013 4:44 am

Re: MOD54415 External IRQ example

Post by Lachlanp »

The program refers to a header file <pin_irq.h> which I cannot seem to locate.

Can anyone advise wher this is, or if it is under another name?

Regards
Lachlan
zoanie
Posts: 13
Joined: Mon Apr 11, 2011 10:42 pm
Location: Thousand Oaks, CA

Re: MOD54415 External IRQ example

Post by zoanie »

The include file and associated library functions are specific to the MOD5282 module. I have the following:

c:\nburn\MOD5282\include\pin_irq.h
c:\nburn\MOD5282\system\pin_irq.cpp

It looks like a new set of library functions for the MOD5441X is required to implement the examples. I have both modules, and I need this capability for both modules. Is there a beta MOD5441X version available with these library functions:

BOOL SetPinIrq( int pin, int polarity, void ( *func )( void ) );
void EnableIrq( int pin );
void DisableIrq( int pin );

Regards,

Carlos
zoanie
Posts: 13
Joined: Mon Apr 11, 2011 10:42 pm
Location: Thousand Oaks, CA

Re: MOD54415 External IRQ example

Post by zoanie »

This issue looks to be resolved in NNDK Beta release 2.6.1.

zoanie
Post Reply