Interrupt handler Hi How can I handle an external interrupt in wince5.0? If anybody knows that give me the sample code, because I'm not perfect in C++. thanks
Interrupt handler
Lol, let me know when you find out. I think the best place to start might be by looking at one of the included drivers. But, from what i've seen, it isn't simple... The whole interrupt handling in CE seems complicated.
If you study the source code of my SPI driver, you should find how to do it. Yes, Errol, it's easy !! If I have time one day, I will try to modify my GPIO driver to add such a functionality... domodom
Hi If anybody do me this favor I'll appreciate. I have found some source codes in platform builder and mini2440 BSP. That was about user's keys on mini2440. 6 external interrupts were handled to be as an usual keypad but I don't know how much interrupts do they can handle in a second? It's important for me and that source codes just call something in winCE and on a form we can get an event such a keyperss event on .netcf and I need to call a function when event was occurred thanks