• 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...
  • Program Counter loaded with the wrong address after chip reset
    Hi all, I have a new project using an STM32L031. I've used MXCube to generate a startup project, and after compiling in Keil and loading the un-modified code to the board, I see that the Program Counter...
  • Program Counter loaded with the wrong address after chip reset
    Hi all, I have a new project using an STM32L031. I've used MXCube to generate a startup project, and after compiling in Keil and loading the un-modified code to the board, I see that the Program Counter...
  • Counter not resetting to 0
    I have an LPC24 board and I'm struggling to get the counter to reset to 0. int countval; T1TCR = 0x02; /*Counter Reset*/ T1TCR = 0x01; /*Counter Enable*/ T1CTCR = 0x05; /*Count Pulses*/ countval...