I tried to move my project that was based usb_dev_bulk on 2.1.0 to 2.1.4.
After I clean up the obvious problem, it compiles, but when I run it, it falls into a FaultISR trap
Stepping through it, the problem is in USBBufferInit(&g_sTxBuffer);
So, I tried to debug into this routine, but when I do so, I got the message of
Can't find a source file at "C:/Jenkins/workspace/TivaWare-Git-Release/DriverLib/build/DriverLib.test/usblib/usbbuffer.c"
I went back the example usb_dev_bulk from 2.1.4, and I got the same error when I tried to debug into the same line.
What is this "C:/Jenkins/workspace/TivaWare-Git-Release..."?