• Watchdog Timer as an interval timer
    Hi, I am trying to use watchdog timer as an interval timer. To test that the interval timer generates an interrupt, I am toggling a pin in the ISR of the watchdog interval timer. But it is not working...
  • How to detect a silent interval?
    Hi, In Modbus protocol, RTU mode, use 3.5 charater silent time as a message start or end in current BPS, how can i detect this interval, use a timer or ...? (the mcu i use is at89c52, timer0 is used...
  • How to measure interval when Debug
    I want to measure the Duration of a code function, eg : ForceAD = filtInputs(ForceAD); I set breakpoint then F5 to run the program until stop at breakpoint. Write down 1st Tick Then press F10...
  • Initialization problem of two timer match interrupts at different time interval
    Hello frnz, I am trying to use two match interrupts of same timer (e.g)timer0,in that each interrupt have to occur every 0.5sec.The thing is that the second interrupt have to occur during middle...
  • STR9 RTC interrupt generation interval
    Hello, I am not able to persuade my RTC to generate periodic interrupts more frequent than 2Hz (that works just fine). In theory, the device should support 2, 16, 128 and 1024 Hz. When I run my program...