Hello,
I have created processor expert project in KDS 3.2 for Kinetis FRDM MK64FN board. I am trying to use FSL USB STACK for USB CDC HOST communication. I would like to configure my hardware device (FRDM MK64FN board) in CDC HOST mode and mobile application will act as CDC DEVICE. The reason I would like to do this is, to source power from FRDM MK64FN board to mobile as well as data transfer on same USB OTG.
I have used FSL_USB_STACK and USB_CDC_DEVICE processor export component. Also I have connected ID pin of microUSB connector to GND to make the FRDM MK64FN board act inUSB HOST mode. When I debug the code, USB is getting initialized but USB is not enumerated. It is entering in USB_ISR() and exits back.
Can any one help me to configure the CDC HOST mode and can I configure mobile in USB CDC DEVICE mode to connect to the FRDM MK64FN board as(USB CDC HOST).
Any help is appreciated. Thanks in advance.
Kirti