Other Parts Discussed in Thread: EK-TM4C1294XL, EK-TM4C129EXL,
Tool/software:
I am trying to start with the firmware update via USB memory using the example in TivaWare_C_Series-2.2.0.295\examples\boards\dk-tm4c129x\usb_stick_update, but I have not been successful.
I'm not getting device detected/enumerated, and it always shows STATE_NO_DEVICE.
Thanks
case MSC_EVENT_CLOSE: { // // Go back to the "no device" state and wait for a new connection. // g_eState = STATE_NO_DEVICE; break; }