• 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...
  • 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: ...
  • 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...
  • Error: #40: expected an identifier
    Dear All, I am compiling following code. __asm{ STMDB R0!, {LR} }; __asm{ MOV LR, R0 }; __asm{ LDMIA SP!, {R0} }; . . . But compiler is giving me following errors for each of above line...