9 years, 3 months ago.

Modify serial_api.c, change flow control type from NONE to

Hi,

I'm using/testing UART on the STM32L152. Communicating with hardware flowcontrol. This is by default not implemented in the mbed envirioment. So I wan't to use your code example. In the code you say to modify the serial_api.c. I can't figure our how to do this in the mbed envirioment. Can you/someone please a advise?

Regards, Pepijn

Question relating to:

NUCLEO UART hardware flow control (RTS/CTS) demo control, demo, flow, hardware

1 Answer

9 years, 3 months ago.

You will have to import the mbed library source code in your program instead of the compiled lib you get by default. Delete the mbed compiled lib. Then change the serial api as instructed and recompile all.

Accepted Answer

Thanx Wim, I found out that i can import the mbed_src into my program.

posted by Pepijn Visser 12 Aug 2015