SubhamayS
Joined: 07 Mar 2012 Posts: 34 Location: jalpaiguri, India
|
|
Posted: Thu Feb 04, 2016 11:04 am |
|
|
| Ttelmah wrote: | No. The VID should be 2405, and the PID should be 000c for the bootloader if you are compiling the example with the current settings. This is half a dozen lines further down in the file as CCS_CDCBOOT2.
If the device has VID 0461 listed, then you are using an old file in the compile. This is MicroChip's VID that was used at one time when the CCS code was a translation of the MicroChip code, and hence had to be removed. |
It's working !! The problem was in "usb_bootloader.h". I don't know why but somehow I may have changed the #define USB_CONFIG_PID 0x000c to 0x0000.
Thanx a lot for your help, just guided me to the right place.  |
|