QCC512x/302x notes (2)-USB driver installation and burning guidelines

Hello everyone, this is the second article in this series~ article~

<<[Series Blog Index] Fast Track>>

In the last article, we have a preliminary understanding of the QCC512x/302x series. In this article, let's install the driver, because the subsequent code debugging and burning need to be used.

First the previous link: Thanks to the unsung hero

1. USB debug driver installation

1) Preparation

a) WIN7/WIN8/WIN10 operating system (preferably WIN10, the measured WIN7 will be unstable);
b) A QCC512x/QCC302x development board, which can be purchased from a treasure, with a USB Type-C cable;
c) Install ADK6. 3 or higher version [ADK_QCC512x_QCC302x_WIN_6.3.1.154.exe] and Bluesuite 3.0 or higher version [InstallBlueSuiteCda_3_1_4_758.exe];

2) Install the driver

a) After connecting the board to the PC, it will usually be displayed as "USB Hub" or "Generic USB Hub" in the device manager for the first time, as shown in the figure below:
Device manager
b) By selecting the device, and then right-clicking "USB Hub"-- -->"Properties"---->"Detailed Information", confirm that it is the connected device according to the words 0A12/4010 in the hardware Id;
c) Right-click and select "Update Driver";
Update driver
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
d) At this time, use the transport tool, then restart the computer, and re-plug the USB cable. When other devices with these exclamation marks appear, the installation is successful
Insert picture description here

Note: the use of transport tools:Run cmd as administrator

Use cd to find the C:\Program Files (x86)\QTIL\BlueSuite 3.1.4 directory, create a new unlockcode.txt in this directory, write 32 zeros in it, and then use cmd to execute the following command TransportUnlock.exe writeunlockkey unlockcode.txt, execute After that, unplug and reconnect the USB cable.
Insert picture description here

2. XUV file burning

1) Open C:\Program Files (x86)\QTIL\BlueSuite 3.1.4\NvsApp.exe, if the device can be recognized, then the programming can be completed smoothly.

Insert picture description here

Guess you like

Origin blog.csdn.net/zhanghuaishu0/article/details/102988333