Content originally posted in LPCWare by gclaudiu on Thu Feb 16 21:17:45 MST 2012
Hi there,
This is my first post here and I am also pretty new to this ARM development thing. Anyay, I am working on a small project that get a LPC1769 to talk with a OV7670. All is great and work fine except a small problem: I have setup an external interrupt on pin P2.10 to monitor VSYNC signal, which is working fine, however, when I try to compile and upload the code (debug mode) system basically hang, if I disconnect P2.10 from anything and do this is compiling and all working fine, connect it back after code uploaded on the board and everythng runs like it should, interrup working fine.
FYI, my setup is: LPCXpresso 1.4.5 IDE with LPC-Link attached to LPC1769 (LPCXpresso board), board and camera module powered through USB from LPC-Link.
Any idea why this happen? Is cause of using external interrupt or is something special about P2.10 pin that I may miss? Any suggestion will be appreciated. Thank you.