2025-02-11 10:53 PM
Hi,
I have developed a circuit using STM32h755zi, i am sending some serial data from a custom board to PC using USB CDC class. It works fine when i use a Type C to Type A cable but when i try to run the board using a Type C to Type C cable it only runs for a few ms, where my PC detect the device, after this the communication shuts down. It can even send some characters before shutting down. My microcontroller is still running as i can still make LEDs blink after the communication shutdown. I am running USB in FS mode. What might be the reason for this behaviour.
Thanks,
Kiran
Solved! Go to Solution.
2025-02-13 4:45 PM
I had a STUSB4500 chip and i had to configure it to get it working.
2025-02-12 5:22 AM
Probably a bad cable or bad port.
2025-02-12 3:16 PM - edited 2025-02-12 5:12 PM
I tried 4 different cables, and tried the same on two different boards. I tried the same cable with some other devices and it works fine. The port on my board works with a USB C to USB A cable and the port on my computer works with everything else. Is there anything specific that i need to do for USB type C
2025-02-13 4:45 PM
I had a STUSB4500 chip and i had to configure it to get it working.