This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
BOARD : OMAP-L138
TOOL : CCS v3.3
pspdrivers_01_30_00_06
dspbios : 5.33.06
I want to use GPIO bank interrupt.
this is bank8 pin8 interrupt init function.
and this is bank interrupt block.
I connect function generator(1Hz square signal) to GPIO8_8 pin. and compile -> program -> run....
program doesn't go to "IO_Bank8_isr"..
give me some advice.
Hi,
Which board are you using ?
OMAPL138 Spectrum digital EVM or OMAPL138 LogicPD EVM or OMAPL138 LCDK board or custom board?
If its custom, what is your reference board ?
Could you attach the complete code that you are using , or using the example code without modifying anything ?
Try to debug the code, check the GPIO register (interrupt enable) through register window that you written.
Thank you for reply...
I use custom board. I note that LogicPD EVM.
this is test source i'm using.