Hey all,
I'm working with the EK-LM4F232 eval board and I wanted to test out the DFU bootloader functionality. I tried modifying the boot_demo_usb sample code for the LM3S eval kits and has been able to get it working to the point of the Mouse and seeing the chip on DFUPROG.
Once I try to switch the chip to DFU mode, I'm not able to see the chip on DFUPROG anymore. Checking with a port analyzer, I found that the device disconnects from the HID functionality but does not attempt to reconnect after that. Using a debugger, I found the programme to be looped infinitely in the IntDefaultHandler (I suspect this happens after the SV Call in USBDDFUUpdateBegin).
I'm wondering, has anyone been able to use DFU with this eval board yet ? Is what I'm seeing due to erratum 3.1 ?
Thanks guys !