• STM32- Timer not working as expected,
    Dear sir, The below is the program i wrote to measure input pulse width from 2hz to 100hz through STM32 TIM3_CH3. It is measuring the time. But it has wide variation. TIM3-CH3 capturing with wide...
  • Timer not working as expected
    Dear sir, i want to measure the pulse width of input signal ranges from 100hz to 5000hz. Below following is my code for initialization and measurement. i did the programming in polling. not...
  • Code not working on LPC2148 board
    I bought an ARM LPC2148 Development board and started uploading code in it. I wrote the code to blink the on-board 4 LEDs. It gets uploaded successfully in the board but the LEDs never blink (leave...
  • LPC2129 timer0
    i am using LPC2129,i need to program for capture , pwm and 1sec delay all using timer 0,how to use an single timer for those things... Is there any manuals gave answer for this means give me a URL...
  • Timer0 Calculation
    Hello All, I am trying to have a function for the delay with the following code. But when executed, I do not get the delay of 1000 ms. Please advise where I am wrong. #include <lpc214x.h> void...