Other Parts Discussed in Thread: C2000WARE,
Regarding the USB serial in C2000ware:
1. How to maximize the baud to take full advantage of the USB? More specifically, how should the code determine the value of DEFAULT_BIT_RATE and call out the following function:
UARTConfigSetExpClk(USB_UART_BASE, SysCtlLowSpeedClockGet(SYSTEM_CLOCK_SPEED),
DEFAULT_BIT_RATE, DEFAULT_UART_CONFIG);
2. For an Android tablet connected to the TMS320F28377D, how exactly will the device be enumerated? Will a generic Android driver recognize class and subclass of the device?
Thank you!