This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CMSIS FreeRTOS enumerates new USB CDC virtual com port , yet windows driver could not update with INF file modification

HI,

Now with CMSIS FreeRTOS I could get software enumerating USB Serial Device (COM Portx) in Device manager. I verified the Vendor ID and Product ID which matches with Hardware IDs in driver properties and it is exactly the same I configured in Software file "USBD_Config_0.c" under device settings 1. VendorID and 2. Product ID.

Now I took the INF file and two other cat files (x64.cat and x86.cat).

Two changes that I made in INF file was, (1) included Vendor ID and Product IDs,

                                                                  (2) In Class = Modem instead of class =Ports (For Virtual com port).

After this change, when I tried to update the driver, I get the following error,

"Windows encountered a problem installing the drivers for your device" and

"The hash for the file is not present in the specified  catalog file. The file is likely corrupt or the victim of tampering".

What to do with cat files, or what is the error, please help me.

Thanks

Gokul.