Skip to main content
Nandy K
Associate III
October 22, 2015
Question

Multiple times UART Tx Rx ?

  • October 22, 2015
  • 1 reply
  • 633 views
Posted on October 22, 2015 at 09:00

I am very new to these programmings, so my questions will be amature forgive me for that.

How to use  HAL_UART_Transmit/Receive _ Polling in my program multiple times.

my users will send data multiple times to the micro controller(STM32F7) through my UART, so whenever I receive , it need to be checked and reply back i.e transmit some data back to the users.

Waiting for your reply guys
    This topic has been closed for replies.

    1 reply

    Nickname5522_O
    Visitor II
    October 23, 2015
    Posted on October 23, 2015 at 19:40

    Hi kumar.nandeesh,

    I recommend you to start with examples under STM32Cube_FW_F7_V1.2.0\Projects\STM32756G_EVAL\Examples\UART, and 

    http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00189702.pdf

     that contains the description of HAL drivers.

    -Shahrzad-