• 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...
  • 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...
  • S0OUT does not behave as expected
    I am debugging an application using the simulator from uVision3 and the serial Window #1. My target hardware is a 80c166, and the assignation of VTREGs to serial output is the following: ASSIGN ...
  • 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...