This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

编译器/ CC2540: CC2540 USB HOST?

Part Number: CC2540

Tool/software: TI C/C++ Compiler

I want to ask, can CC2540 be used as a USB HOST host?
I have a device connected to the CC2540 through the USB interface of the CC2540, and then the mobile phone and this device transparently transmit data through the CC2540. My device is a USB HID slave device. Is there such a routine for reference.
I think the routines on the SDK may not be what I need. I can change SimpleBLEPeripheral to USB CDC, but this is not what I need. HIDAdvRemoteDongle uses CC2540 as USB slave. HIDEmuKbd cannot find a place to send and receive reports. Thank you for your answer.