Tool/software:
I am trying to access the Sitara processor by USB interface on AM243x EVM board.
I configured the boot mode as DEV ENG mode.
The API functions in CDC class were able to access the Soc through USB in CCS environment.
Then I tried to communicate with the Soc from my host by Python codes using APIs in pyusb class.
The device can be found by the APIs in Python.
But there are issues from drivers of the CDC port.
I installed the drivers for it in Zadig tool.,
If the WinUSB driver is installed, the USB configuration can be setup in Python code, but the USB write to the specified endpoint cannot execute as below.
Also the API from CDC class cannot find USB port in CCS environment.
If the CDC driver is installed, the USB can be controlled by CDC functions in CCS code, but USB configuration cannot be setup at all in my Python code.
It seemed there are conflicts between CDC and WinUSB drivers..
I need some guidance from USB expert on this.
Thanks.
Thanks & Best regards
Hao (Wang hao)