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.
7 years, 1 month ago.
How can I use LPUART on NUCLEO_L476RG ?
Hi, everyone
When I declare serial instance which uses LPUART port like below, I found "Cannot initialize UART" error log.
- Serial lpuart_port0(PC_1, PC_0);
To use it, shall I initialize something ?
Please let me know how.
Thanks