Page 1 of 1

MOD54415 External IRQ example

Posted: Fri Dec 14, 2012 1:32 pm
by BBAdmin
Example using external interrupt request pins.

Re: MOD54415 External IRQ example

Posted: Fri Feb 08, 2013 12:25 am
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

Re: MOD54415 External IRQ example

Posted: Fri Feb 08, 2013 11:13 am
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

Re: MOD54415 External IRQ example

Posted: Thu Feb 14, 2013 10:48 am
by zoanie
This issue looks to be resolved in NNDK Beta release 2.6.1.

zoanie