I'm planning to make IoT device using TI MCU.
My IoT device is composed of Host(MCU) and Slave(LTE Modem), and the interface between host and slave is USB.
And I have a few questions about TM4C1294NCPDT as follows.
1. Is it possible for TM4C1294NCPDT to support ethernet(CDB/NCM or EEM) and serial communication(CDC/ACM) through USB?
2. If TM4C1294NCPDT supports both ethernet and serial communication, I want to know whether or not TM4C1294NCPDT can communicate with slave through etherent and serical interface concurrently.
3. Can I use TCP/IP Socket Interface using TivaWare for C Series Software?
Thank you in advance.