How can I communicate with my HOST MCU via USB with a Device MCU, if the device only uses an FTDI chip?
My Partner has an hardware, which only communicate over USB (FTDI) with other hardware platforms. At the moment there is no possibilty to change the hardware.
Unfortunately I have to write the USB Host with my STM32H7A3ZI. My first steps was to use the generated code from CubeMX. My Host get the Device Describtion and Configuration but there is no chance of communication between the host and devices. It always ends in the HOST_ABORT_STATE.
Does somebody has an idea?
