We are developing our application using colibri evk board( imx7 processor) running wince provided by Toradex.
We are using one of USB port as serial(By disabling Active sync) as described in below mentioned link:
Host side application used is “WinUSB Serial Sample Project” provided by Tordex on above mentioned link.
While running this HOST side application we found that while connecting with Device(Colibri EVK board) on USB number of Endpoints retrieved is 2. However as per Reference guide of imx7 processor USB2.0 controller core supports up to 8 bidirectional endpoints.
My question is that, Is there any method to configure number of endpoints for USB ?
We want to use 2 more endpoints for our application.
Thanks in advance.