Low Level Library modification problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello everybody.
i am studing L3 library at this moment. (particularly UART modul).
i wish upgrate the code for hardware flow control compatibility without success.
can anyone give me a key?

0 Likes
1 Solution
Anonymous
Not applicable

You need to set:

   

stcUartConfig.bHwFlow = TRUE;

   

while configuring the UART instance. Also please refer to the Peripherals Manual.

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

You need to set:

   

stcUartConfig.bHwFlow = TRUE;

   

while configuring the UART instance. Also please refer to the Peripherals Manual.

0 Likes