Tool/software: Code Composer Studio
HI TI,
I am working on usb_host_cdc for tm4c123xgl following e2e.ti.com/.../, which is now able to send to / read back data from test equipments.
I have other evaluation boards, such as tm4c1294xl and am335x starter kit. Since both contain usb_dev_serial.c in tivaware and starterware packages respectively, I setup tm4c123xgl as USB host cdc connecting to other boards as USB device serial. (similar to https://www.keil.com/pack/doc/mw/USB/html/host_cdc_tutorial.html///) However, to my surprise, they cannot communicate to each other. Am335x screen shows "waiting for host...", and tm4c123xgl declarers "unknown USB connected".
Then I directly connected tm4c1294xl and am335x starter kit to a PC. Putty terminal demons usb_dev_serial runing smoothly.
I am wondering
1. whether there is a difference between cdc and serical, or
2. as USB device, tm4c1294xl and am335x starter kit need external power supply. or
3. as USB host, tm4c123xgl cannot supply power to USB device.
Please advise, thanks in advance
Mike