Manual Installation of the USB Serial Converter Driver - Dev Chip Board
1. Introduction
To record your project inside the FPGA, it is necessary to connect the Dev Chip Board to your computer. When connecting the board to the computer and nothing appears at the time of recording, one of the problems may be the driver that did not load properly. This tutorial will help you solve the problem and install it manually. The Dev Chip Board USB Serial Converter uses the CP210x USB to UART Bridge VCP driver from Silicon Labs.
2. Device Identification
The device in question is a USB-to-UART converter based on the CP210x chip from Silicon Labs. This component is widely used for serial communication between embedded devices and computers, and is used when you produce projects that use UART.
3. Problem Symptoms
When connecting the Dev Chip Board to the computer, Windows may fail to load the driver automatically. This can be identified in the Device Manager, where the device may appear with a yellow warning icon under Other devices or Ports (COM & LPT).
4. Step-by-Step Manual Installation
a) Access the Website and Download the Driver
-
Open a web browser and go to the Silicon Labs website:
-
Locate the Windows driver version and download the corresponding ZIP file.
b) Extract and Install the Driver
-
Find the downloaded ZIP file in your downloads folder.
-
Extract its contents to an accessible folder, external to the zip you downloaded.
-
Inside the extracted folder, run SilabsVCPInstaller_x64.exe (for Windows 64-bit) or SilabsVCPInstaller_x86.exe (for Windows 32-bit).
-
Follow the on-screen instructions:
-
Click Next.
-
Accept the license terms and click Next.
-
Choose Complete and click Install.
-
Wait for the installation to complete and click Finish.
-
If everything went correctly, the device should appear this way in your device manager:
c) Manually Update the Driver (If Necessary)
If the device is still not recognized correctly:
-
Open Device Manager (Win + X → Device Manager).
-
Find the device with the yellow warning icon.
-
Right-click it and select Update driver.
-
Choose Browse my computer for drivers.
-
Navigate to the folder where the driver files were extracted.
-
Select the folder and click Next.
-
Wait for the installation to complete and restart the computer if necessary.
5. Conclusion
By following this procedure, the driver for the Dev Chip Board USB Serial Converter will be correctly installed, allowing seamless communication with the computer without errors. The message “ChipLoader is Ready!” must appear in the Synthesis tab in ChipInventor.