2014-09-16 01:49 AM
Hi,
I'm using a Nucleo-F302R8 and I want to use the USB as a virtual COM Port to connect it to Labview. I think this might be possible cause the UM1724 describes it for the use with mbed. I'm not really sure what's the matter with this mbed. Is there any help how to use the virtual COM? Thanks in advance Steffen #virtual-com-nucleo2014-09-16 06:48 AM
Hi Steffen,
The The STM32 Nucleo boards integrate the ST-LINK/V2.1 interfacing with the PC and offering the following capabilities: – Debug and programming port – Virtual com port interface – Mass storage interfaceTo have insight into the use of the STM32 Nucleo boards Virtual Com port feature, you can refer to the following example, under thehttp://www.st.com/web/en/catalog/tools/PF259243#
:Firmware\Projects\STM32F401RE-Nucleo\Examples\UART\UART_PrintfRegards.
2014-09-17 06:16 AM
Hi Heisenberg,
Sorry, but I don't get it. The example just shows the USART being configured and printf is used. On my nucleo the USART on PA2 and PA3 is connected with the ST link. Does this mean, I can use USB / virtual COM with this USART pins?2014-09-17 08:22 AM
The ST-LINK facilitates it's VCP via the USART pins attached to it.
[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/USART%20example%20code%20for%20Nucleo%20F401RE&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=311]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM32Discovery%2FUSART%20example%20code%20for%20Nucleo%20F401RE&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=3112014-09-17 08:34 AM
2014-09-17 11:21 PM
Thank you both. Thats an awesome feature.
Maybe they should have written, that it is also usable for common propose and not only for mbed. But ok, I think it is clear now.2015-12-01 11:46 PM