8 years, 10 months ago.

LPC1114 interrupts

I am still struggling with my LPC11U24 to LPC1114 port.

Are there any special precautions I need to take with the LPC interrupts?

I've checked the hardware out and scoped it - looks good.

https://developer.mbed.org/users/andrewcrussell/code/RC5_AndrewR/

1 Answer

8 years, 10 months ago.

There is nothing special regarding LPC1114 interrupts. Either using debugger or printf it would probably be best to try to find out where it hangs. Also in general gotos are not used anymore, instead while loops are used.

Erik

Ok thanks

posted by Andrew R 18 Jun 2015