I'm getting started on a project using the TM4C1294, and because of the task load, would really like to use the RTOS to support this (I have 8 identical tasks that vary just in the peripherials they access).
For access to this device from other systems, I'd like to use the Network Stack included.
I'm trying to go thru the XGCONF support in CCS (6.1), but am stumped when it comes to the EMAC settings list. To this point, I haven't even been able to get the empty example to compile correctly in CCS, as it gives a long list of undefines when I turn anything on.
Any ideas?
David Dudley