Other Parts Discussed in Thread: EK-TM4C129EXL, EK-TM4C1294XL
Tool/software: Code Composer Studio
Hey Team,
I'm implementing USB Device Mass Storage Class using the evaluation board (EK-TM4C129EXL). I have used the example provided by TI along with the TivaWare_C_Series-2.2.0.295. I'm using the examples from the board dk-tm4c129x. I successfully linked the usblib files and FATFS files. In the example it uses an external flash memory (mx66l51235f). but i edited the code a bit and changed the flash memory read/write/erase functions to the internal flash memory access functions. I want to make the internal flash memory as a MSC. I have successfully compiled the code. but somehow while debugging when the USB is connected, the windows shows "USB device not recognized" error.
I'm attaching the edited project file below. Please provide any suggestions you have on this.
Also do let me know if any examples are available, which uses the internal flash memory and USB to implement USB MSC.

