• Problem in Timer
    Hi, I am using lpc1768. By using Timer, i have generated a square wave with time period of 16ms. The ON period should be 1ms and OFF period should be 15ms. I used two match registers MR0 and MR1...
  • Timer problem
    Hi there! I have some problems with CAPCOM timer. It was configured: CPU clock - 40 MHz prescaler - module clock / 8 Timer0 overflow (usec) - 100 Timer 0 reload register - 0xFE0C On digital...
  • problem with timer
    Can any one help me plz This is the code for some delay on p1.0 pin org 0000h mov tmod,#01h back: mov th0,#0f0h mov tl0,#0f0h setb tr0 cpl p1.0 here: jnb tf0,here clr tr0 clr tf0 jmp...
  • Timer problem
    If i'm using that the decimal value which to store into the timer for example: in Assembly code we are writing as TIMER_0 EQU -1027 but in the C, how can we actually extract this -1027 to TL0 = -3...
  • Problem with USB HID and Timers
    Hi, I try to program an STM32F103ZE. I use the Keil USB HID program and want to add some functions, such as a PWM, ADC and some other. If I use the USB HID, the ADC or the PWM in different programs...