firstly thanks for your response, although i was actually more interested in a suggestion of a register, maybe, that could show me the status of the interrupts..meaning if there is a register showing if there is an interrupt produced or not... To return to the problem, i have tried with a counter in interrupt too, but it doesn't work. I mean it seems like the isr is never taking over and thus none of the "commands" inside the isr are called. Additionally i would like to add that the pin doesn't seem to have any problem, cause i used the GPIOPinRead function of starterware (which i supposed to return the logic level(value) of the specified gpio pin) and it seems that it works properly.
Update: i also tried to use the starterware's function, GPIOPinIntEnable, cause i thought that it may helps but i have the same results... The way i think of it, either the interrupt controller is not properly working (but why,what else should i do and how can i find out for sure?) or there are more to be done regarding gpio module when it comes to interrupts (like using GPIOPinIntEnable function, but again is there anyone who knows?). Last but not least, *is there any chance that the problem is created by the linker file used from code composer studio* (which is automatically created when the project is created and depends on the compiler to be used)? and if so, can somebody point out to me, what should i check out in the relative linker file? Thanks again and sorry for the trouble... -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/38414002-24ee-4b3c-991e-2d3960acbc83%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
