Hello Quyen,
FTDI devices use vendor specific comands which requires an specific protocol/driver. LPC USB Host CDC example is design to communicate with standard CDC devices, that is why you cannot communicate with it.
I am attaching an USB capture where an FTDI device was connected. As you can see, it is shown as vendor-specific protocol:

When connecting a FTDI device, its descriptors contain just one interface that uses vendor-specific class so Host cannot find an endpoint to configure this device (this should be done through device’s driver, but Host could not look for a vendor-specific driver)
I hope this can help you!
Regards,
Isaac