I have a 2 row, 6 column matrix keypad connected to Port B of a PIC18F4620. The rows are on RB6-7 and the cols are RB0-5. I am using MisterE's keypad routine and it is generating this warning at compile time:
Warning [202] Argument out of range. Least significant bits used.
The keypad works as expected even though the warning is generated. Not sure why I am getting the warning?
I am also trying to use Darrels' Instant Interrupts to make interrupt driven input from the keypad instead of scanning. When I try to use RBC_INT as an interrupt source, the compiler generates the following error:
Error[101] INT_ENABLE - Priority State Not Found
I can use other interrupt sources (eg.TMR1_INT) without any issues though.
These have me stumped - any input greatly appreciated.
Andy
Bookmarks