Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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:
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.