2015-07-14 01:12 PM
Hi Everyone.
I'm having some doubts about the discovery boards.I have a nucleo board and a STM32F429I discovery board (the one with a LCD).In the nucleo board I had next to no problems sending data to the serial monitor (weird that it was missing a 0-ohm resistors for the pinout on those USART pins).In the Discovery boards it doesn't even show a COM. It only adds a ''Universal Serial Bus Devices'' called ''STM32 STLink''. Is this normal? Maybe a driver I am missing that I can't find? Or a hardware config? Doesn't STLink allow Serial-USB conversion in a set USART like in the nucleo boards?It seems PA10 (USART1_RX) and PA9 (USART_TX) seems to be connected to the ST link according to the schematic.2015-07-14 01:40 PM
This has been discussed here several times.
The ST-LINK firmware on the DISCO boards does not support VCP/USART communication. ST would need to decide to do this, or explain why they can't. On the DISCO board the SWO/SWV is usually viable, sometimes a solder-bridge (SB) has to be made for it to work. The ST-LINK Utilities have an SWV Viewer Window. Works also in Keil, and to my understanding IAR also.2015-07-18 05:02 PM