2019-08-04 09:09 AM
I'm using an stm32l476G-DISCO and i want to transmit a message using the usart,
the code compiled with no error using the CubeMX but the terminal is not showing anything.
i configured pin P5 as TX_USART2 and P6 as RX_USART2
is it a usb driver problem? or should I use a PL2303 USB to serial ?
Solved! Go to Solution.
2019-08-07 03:13 AM
Problem solved i had a problem on the Solder-bridges SB15/SB17 ... Thank you
2019-08-04 11:12 AM
PD5/PD6 should be usable. Will present as a virtual COM port on the ST-LINK
Solder-bridges SB13 and SB16 need to be made, and SB15/SB17 OFF
2019-08-04 11:55 AM
Solder-bridges are something internal already exists , it used to be working the usart , now its not
2019-08-04 02:24 PM
Do you have an oscilloscope? Can you output a stream of 'U' characters?
Erase part and step with the debugger.
2019-08-07 03:13 AM
Problem solved i had a problem on the Solder-bridges SB15/SB17 ... Thank you