I will desing USB Composite Device for TM4C1299x. Now, I have DK-1294xl board.
1. The TM4C1299x support max device is 4 ?
//*****************************************************************************
//
// This is the maximum number of devices we can support when in host mode and
// using a hub. By default, we support up to 4 devices (plus 1 internally for
// the hub itself).
//
//*****************************************************************************
#ifndef MAX_USB_DEVICES
#define MAX_USB_DEVICES 5
#endif
2. I need first sample for CDC*2 and bulk*2,
How can I study it?
3. Do you have CDC*2 and bulk*2 Composite Device sample for 129x ?
thank you,