Re: [libopenstm32-devel] External Interrupts
Status: Inactive
Brought to you by:
uh1763
From: Piotr Esden-T. <pi...@es...> - 2010-03-19 13:27:18
|
Hi, You just have to define a function with the right name. They get mapped automatically. Just take a look into lib/vector.c for the list of valid interrupt handler names. I have not tested the interrupt system yet, but it may be that we need to add a header containing the list of forward declaration for easier use. Mark if you got a working example I would be happy to add it to our examples collection. Cheers Esden On Mar 19, 2010, at 12:36 AM, Mark Butler wrote: > Hi, I am currently trying to write an external interrupt handler to work > with your API. Just wondering how I would point to my interrupt service > routines using your library. > > Cheers, > Mark Butler > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > libopenstm32-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libopenstm32-devel -- My blog: http://www.esden.net My projects: http://open-bldc.org, http://openmulticopter.org |