• 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...
  • Can the controller be reseted using program?
    I am using a 89s8252 controller. I am wondering, is there any command u can call to reset the controller so that it will run from the start again? I know that using watch dog timer will reset the...
  • Can the controller be reseted using program?
    I am using a 89s8252 controller. I am wondering, is there any command u can call to reset the controller so that it will run from the start again? I know that using watch dog timer will reset the...
  • 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...