• Unexpected ULINK2 reset voltages
    I have a ULINK2 connected to a LPC1758. The reset line has a 10k pullup and 100nF to ground. When I attempt to debug uVision4 sometimes starts at the reset vector and sometimes not. I have measured...
  • Unexpected ULINK2 reset voltages
    I have a ULINK2 connected to a LPC1758. The reset line has a 10k pullup and 100nF to ground. When I attempt to debug uVision4 sometimes starts at the reset vector and sometimes not. I have measured...
  • Does LPC2103 Timer/Counter MAT output always low after reset?
    Hi all, I am using LPC2103 for the first time. When I setup Timer/Counter with MAT as match output, it always init at logic low on the MATn.m pin. So what is the purpose for setting the TnEMR...
  • Does LPC2103 Timer/Counter MAT output always low after reset?
    Hi all, I am using LPC2103 for the first time. When I setup Timer/Counter with MAT as match output, it always init at logic low on the MATn.m pin. So what is the purpose for setting the TnEMR...
  • LPC2103 timer interrupt
    Hi there. I have a problem with timer interrupt on LPC2103. I want to set timer interrupt on Timer1. Timer1 and VIC are initialized with this code: void TimerInit(void) { T1PR = 0x0000000E;...