2025-10-13 6:29 PM
Hi there,
I am working on a project that requires sending just two commands to an FT232 chip and waiting for the response data.
I can already successfully communicate the STM32 USB HOST CDC and the STM32 USB DEVICE CDC (refer to repo's first commit ).
However, while I was trying to modify the USB HOST CDC example to work with FT232(refer to the above repo's second commit), it didn't work.
Can anyone give me some advice or demo code?
Thank you.
2025-10-13 7:30 PM
If you want UART, why not cut the FT232 chip out and use UART directly from the STM32?
2025-10-13 7:45 PM
Hi @TDK ,
Thanks for your reply.
The FT232 is integraded in a module that we must use, and that module is not manufacture by ourself.
So that's why we need to build communication with it.