• lpc2138 interrupt problem code
    hai This is my code external interrupt is generates only one time next it is in not genetated.help me. #include<lpc213x.h> #include <stdio.h> extern void init_serial(void); unsigned char temp;...
  • problem in lpc2138 external interrupt
    hai i am doing basic programs in lpc2138 ARM controller problem is exter nal interrupt is only once generates but again it is not generate.send me what is the problem.this is my code //******...
  • lpc2138 interrupt problem code
    hai this is my external interrupt code it is executing interrupt only once please check where i did a mistake send me. #include<lpc213x.h> #include <stdio.h> extern void init_serial(void); unsigned...
  • Problem with IAP on LPC2138
    The IAP is driving me crazy. When I single step my code using ulink it works, but when I just let it run the micro reboots itself and the IAP hasn't worked. I've read the manual, AN10256, searched the...
  • LPC2138 debug problem
    I'm reprograming a customer old PCB's with LPC2138 ARM7 MCU's using Segger jlink with JTAG wires, all OK. I'm viewing that, If I use global or function static vars debugging is not posible, but in the...