• STM32 timer does not work like expected
    Hello, It's my first project with STM32 and ST firmware library. I have a problem with my timer configuration. I want a cyclic timer 2 interrupt all 100 us (10 kHz). So I configured the timer: ...
  • 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...
  • STM32: PWM with Timer 5 is not working
    Hello, I started a new project where a lot of pwm signals are used. Finally all pwm-outputs are working except of one and at the moment I have no more idea where the trouble could come from. The...
  • LPC2148 timer0 not working as expected
    I am new to ARM and I am trying to produce 1 second delay using timer 0 in LPC2148. But in debug session in Keil, it is giving delay of 4 seconds with 15MHz and 5 seconds with 12 MHz. What is the issue...
  • FarMemory Example does not work as expected
    I am running Keil's FarMemory example "4MB Variables on Classic 8051". In main.c you initialize two large arrays with different values and then you print their contents. for (i = 0; i < sizeof...