Which class i have to choose in cubeMX configuration to communicate with FTDI USB, i didn't find Vendor Specific Class in the options ?
Insted of using the computer as the Host, i want to work with an STM32 microcontroller usb host. The device uses a standard FTDI USB to serial converter as the main mechanism to communicate between the computer and controller. Instead of using the computer, I want to use STM32F4 as a host to communicate with the device.
STM32 -> USB -> FTDI -> Machine controller
Which class i have to choose in cubeMX configuration i didn't find Vendor Specific Class in the options ?
(those are the options USB_Host Class for FS IP : HID/MSC/VPC(cdc)/Host support all classes )
Is this gitproject usefull?
https://github.com/torvalds/linux/blob/master/drivers/usb/serial/ftdi_sio.h
