Hi,
I have a Blue pill board with an STM32F103C8T6 MCU on it. I want to to talk UART to it from my PC. When I plug it in there's nothing in dmesg, udevadm monitor, lsusb etc. It doesn't show up as anything when connected to the PC with a USB cable. It does draw power over USB to run the LED blink program that I flashed to it.
What I want is to plug my ST-Link/V2 in one USB port with debug wires connected to the Blue pill and plug the Blue pill into another USB port for UART.
The internet says PC -> ST-Link/V2 -> Blue pill will not allow me to UART.
There's some mention of a bootloader that will enable CDC USB but that seems to be entirely different.
Should I buy a USB-TTL adapter?
Bigger picture I'd like to, for example, send "LED on" to the MCU, MCU switches the LED on the sends back "Done". I don't particularly care if that's done with UART or CDC or something else but I assume UART would be easiest for getting started.
I know almost nothing about this so any suggestions are welcome.
I have a Blue pill board with an STM32F103C8T6 MCU on it. I want to to talk UART to it from my PC. When I plug it in there's nothing in dmesg, udevadm monitor, lsusb etc. It doesn't show up as anything when connected to the PC with a USB cable. It does draw power over USB to run the LED blink program that I flashed to it.
What I want is to plug my ST-Link/V2 in one USB port with debug wires connected to the Blue pill and plug the Blue pill into another USB port for UART.
The internet says PC -> ST-Link/V2 -> Blue pill will not allow me to UART.
There's some mention of a bootloader that will enable CDC USB but that seems to be entirely different.
Should I buy a USB-TTL adapter?
Bigger picture I'd like to, for example, send "LED on" to the MCU, MCU switches the LED on the sends back "Done". I don't particularly care if that's done with UART or CDC or something else but I assume UART would be easiest for getting started.
I know almost nothing about this so any suggestions are welcome.