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.