Search found 4 matches

by shuptuu
Tue Jun 10, 2025 6:20 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: mini STM32F103C8T6 CH340 Serial pins
Replies: 9
Views: 1293

Re: mini STM32F103C8T6 CH340 Serial pins

Sorry, I'm new to this forum. Is there something to do to mark this topic as "Sorted"?
by shuptuu
Tue Jun 10, 2025 6:16 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: mini STM32F103C8T6 CH340 Serial pins
Replies: 9
Views: 1293

Re: mini STM32F103C8T6 CH340 Serial pins

Hi,
Thanks everybody for your contributions, I really appreciate.
I got it!!
Thanks to fpiSTM 's link on how to change Serial pins at sketch level.
I added:

Serial.setRx(PA10);
Serial.setTx(PA9);

Before the Serial.begin, and now I can see the messages in the serial monitor.
By the way I made a ...
by shuptuu
Mon Jun 09, 2025 9:10 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: mini STM32F103C8T6 CH340 Serial pins
Replies: 9
Views: 1293

Re: mini STM32F103C8T6 CH340 Serial pins

Thanks for your answer, good point!
So for "USB support (if available)", it's on None
for "U(s)ART support", it's on "Enable (generic 'Serial')"
and for "USB speed (if available)", it's on "Low/Full speed"

I just made a try selecting "CDC (generic 'Serial' superseed U(s)UART)" for "USB support" but ...
by shuptuu
Mon Jun 09, 2025 11:28 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: mini STM32F103C8T6 CH340 Serial pins
Replies: 9
Views: 1293

mini STM32F103C8T6 CH340 Serial pins

Hi,
I'm new to STM32 mcus. And to start with I got this mini STM32F103C8T6 CH340 from aliexpress:
(https://fr.aliexpress.com/item/1005006910706030.html)
There is a ch340 chip on it so you can directly flash the board by pluging the board on a usb port. Works great (see below settings in Arduino IDE ...

Go to advanced search