• 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...
  • Interval timer
    I want to use a watchdog timer as an interval timer (and NOT for watchdog purposes). Can anyone throw light on how this can be done. Any help is appreciated.
  • rate at which signal is received
    I am currently working on a project designing a model control boat. My group has decided to send 2 bytes of data serially, one after the other to control the speed and direction of the boat. The baud...
  • Receiving and storing the signal values
    I am using the STM32F4 Board and Wolfson pi audio card for my problem, which I stated down. I am trying to pass my own sample values to the DAC, then passing out them through the speaker. Then I want...
  • 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...