MOD54415 External IRQ example
MOD54415 External IRQ example
Example using external interrupt request pins.
- Attachments
-
- MOD54415-ExternalIRQ.zip
- (2.72 KiB) Downloaded 1166 times
Re: MOD54415 External IRQ example
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
Can anyone advise wher this is, or if it is under another name?
Regards
Lachlan
Re: MOD54415 External IRQ example
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
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
This issue looks to be resolved in NNDK Beta release 2.6.1.
zoanie
zoanie