This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SmartRF05EB windows driver problem

Other Parts Discussed in Thread: CC2511, CC2531, CC2540, CC2544, CC2538

I had two SmartRF05EB boards bought roughly 2 years ago (CC2540DK). They works sometime ago.

Recently I download the latest BLE 1.4 stack software and found that the driver can NOT be installed either on Windows XP (SP3) or Windows 7.

In driver inf file:

%DESC_SRFEB% = DriverInstall, USB\VID_0451&PID_16B6
%DESC_CC2511% = DriverInstall, USB\VID_0451&PID_16A4
%DESC_CC1111% = DriverInstall, USB\VID_0451&PID_16A6
%DESC_CC2531% = DriverInstall, USB\VID_0451&PID_16A8
%DESC_CC2540% = DriverInstall, USB\VID_0451&PID_16AA
%DESC_CC2544% = DriverInstall, USB\VID_0451&PID_16C5
%DESC_CC2538% = DriverInstall, USB\VID_0451&PID_16C8
%DESC_CCXXXXBL% = DriverInstall, USB\VID_0451&PID_16C7
%DESC_REMOTINP% = DriverInstall, USB\VID_0451&PID_16B1

The SRFEB is said to have USB Vendor ID 0451 and Product ID 16B6, but my board enumerates as PID 16A0

Bus 003 Device 015: ID 0451:16a0 Texas Instruments, Inc

I manually edited inf file, changing 16B6 to 16A0, it won't work. The driver can be installed by can not be started correctly.

Is the board too old to be supported? or I can find some tool to update it to latest firmware?

Give me some advice, thank you.