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.
6 years, 4 months ago.
How to Read/Write to UART4 in STM32L475E-IOT01A2 Board
Hi I have to use UART4(PA0 and PA1) can some only help me how to write.
I tried to Imitate Serial SerialUART(PA0,PA1); , It failed, please give me some pointer to start.
Thanking you, Raghavan
2 Answers
6 years, 4 months ago.
Hello Raghavan,
Did you get a compilation error? I believe you should write your code as so:
Serial SerialUART(PA_0,PA_1);
You can check out the pin names for the board here:
Hope this helps!
-Karen, team Mbed
If this solved your question, please make sure to click the "Thanks" link below!