I have imported the USB boot loader example into CCS. I have modified the code so that instead of having a HID mouse and DFU it has an CDC and DFU. When I start the application windows finds the device. It automatically uses the driver for the CDC. I can then write to a terminal. So no issues with that. However the DFU comes up as other devices without a driver. I tried to install a driver by pointing the search to the drivers directory of the TIVA ware folder. But it doesn't install any driver. Anyone know what the issue could be? Thanks