Skip to main content
Visitor II
November 18, 2014
Question

STM32F0 TIM2 vedio tutorials

  • November 18, 2014
  • 5 replies
  • 1051 views
Posted on November 18, 2014 at 16:14

Dear All,

It would be much appreciated, if some one can give me a video links that explaining each every step of operation of STM 32F0 TIM2 or any timer 

Thanks in advance

    This topic has been closed for replies.

    5 replies

    Super User
    November 18, 2014
    Posted on November 18, 2014 at 16:32

    Maybe somebody does provide that; but meantime, what about the old fashioned reading, of the relevant chapters of Reference Manuals, and AN4013?

    JW

    pic_microAuthor
    Visitor II
    November 18, 2014
    Posted on November 18, 2014 at 16:41

    pic_microAuthor
    Visitor II
    November 18, 2014
    Posted on November 18, 2014 at 16:42

    Dear JW,

    That truth but I think video presentation will help to more understand reading 

    Graduate II
    November 18, 2014
    Posted on November 18, 2014 at 17:11

    A lot of us don't have the time/patience to produce videos, so what exactly with the timers are you having a problem getting your head around?

    The timers effect division of an input clock source, this is done with counting and comparison elements. In input modes the channels can latch the content of the primary counting element, time stamping the input against the ticking time base. In output modes the comparators are using the channel latches and the ticking time base, and can generate signals/interrupts/triggers when the two match, or exceed.

    What other microprocessors, timers, or electronics, do you currently have familiarity with? Perhaps this context will allow for a better tailoring of a response.

    In this profession you're going to have to master the reading of technical documentation. If you're a visual guy, look at the illustrations.
    Visitor II
    June 26, 2024

    To stream live video over HTTP on the STM32H747I-DISCO board:

    1. **Set Up LWIP and HTTP Server:**
    - Configure LWIP in STM32CubeMX.
    - Enable the HTTP server.

    2. **Initialize Camera:**
    - Connect and initialize the Bcam-OVS camera.

    3. **Capture and Serve Frames:**
    - Capture frames from the camera.
    - Stream frames via HTTP using MJPEG.