Content originally posted in LPCWare by Lithium on Wed Oct 13 09:57:23 MST 2010
Thanks for your fast answer.
I already find those things, i thought there was a special alias for the port and bit number.
I do not want to mis use the default interrupt handler, it could me that we want to use more interrupts.
How can i define one for my own? Like for port 0_8?
Just make a alias? [SIZE=2][COLOR=#7f0055][B][SIZE=2][COLOR=#7f0055]void[/COLOR][/SIZE][/B][/COLOR][/SIZE][SIZE=2] [B]PIOINT0_8IRQHandler[/B] ([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2]) ALIAS(IntDefaultHandler)
[/SIZE]How does the program knows that it needs to go to the right handler?