We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everybody,
i want to use the INT1 Button on my MCB2130 as an external interrupt. Unfortunately, it doesn't work. If i use the Button, the lpc2138 restarts :-(
EXTMODE = 1; EXTPOLAR = 1; PINSEL0 = 1 << 29; VICVectAddr15 = (unsigned long) isr_button_int1; VICVectCntl15 = 0x05; VICIntEnable = 1 << 15;