2023-04-18 07:59 AM
At first, I'm an absolute beginner, I'm still on my way to learn more about STM family regarding electronics.
Lately I've been having circuit issues with PL2303. After reading datasheet, number 6.2,
5V can also be used as input power supplies
I've connected my PL2303's 5V to STM32's 5V but after a while, my STM32 had some damage and it close-circuited 5V and GND. Same thing happened after I had my new STM32 and connecting the PL2303's 5V to STM32's VDD.
I'm dead sure about the cabling and soldering and there's nothing wrong with it.
I'd be so appreciated to hear some ideas about it.
Thanks!
Solved! Go to Solution.
2023-04-18 09:17 AM
I'd jumper it at 3.3V is supposed to be the VCCIO, the IO level the USB Serial uses to the STM32 UART pins.
You don't need to connect the VCC to the STM32
Connect the GND, so the circuits are common, connect the TX of the dongle to the UART-RX on the STM32 side. And the STM32 UART-TX to the RX of the dongle.
2023-04-18 09:17 AM
I'd jumper it at 3.3V is supposed to be the VCCIO, the IO level the USB Serial uses to the STM32 UART pins.
You don't need to connect the VCC to the STM32
Connect the GND, so the circuits are common, connect the TX of the dongle to the UART-RX on the STM32 side. And the STM32 UART-TX to the RX of the dongle.
2023-04-18 09:28 AM
So at the end, VCCIO pin of the PL2023 has to be empty and only GND, RXD and TXD has to be connected to the STM32. Am I right?
2023-04-18 09:32 AM
Or you remove the Jumper, and provide the IO level to use from the STM32 side.
Akin to IOREF on the Arduino rail,.
2023-04-18 09:48 AM
I'll try this, thank you for your time.