Hi,
The PID and VID numbers are not getting reflected on PC after the USB session start function was uncommented from the example code.
Only after uncommenting of USB Session start function a USB device was detected on the PC.
But when we cross verified the VID and PID of the device it showed them as both zeroes.
In the starterware example code VID and PID are 35 and 1CBE respectively,
Following are the observation made while compiling the USB_DEV_BULK starterware example:
1. The default Linker command file for the starterware example pointed the ".far section to DDR2 " storage.
2. When we imported the Starterware code and compiled it showed an error stating
".far points to SHRAM there isn't enough memory available".
a. When we changed the pointer of ".far section to DDR2" the error was gone ,but while the running the code it would hang the entire processor.
b. When correction wasn't made it showed the previous error.
Can somebody kindly mention the remedy ?