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.

EV2300-084: Is there a compatible driver for the EV2300 on Windows 11 64-bit?

Part Number: EV2300-084
Other Parts Discussed in Thread: TUSB6250

Tool/software:

I’m trying to get the EV2300 working on Windows 11 (64-bit). I have a modified version of the driver’s INF file that attempts to enable compatibility with Windows 11.

Below is the current INF file I’m using:

;***************************
;* TI Application Firmware Loader Driver INF - Modificado para Windows 11
;***************************
;* Este INF se modificó para intentar compatibilidad con Windows 11.
;***************************

[Version]
Signature=$CHICAGO$
Class=USB
;LayoutFile=layout.inf
Provider=%MFGNAME%
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
CataLogFile=aploader.cat
DriverVer=01/17/2017,2.0.0.0

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64.10.0, NTamd64.10.0...22000

[DestinationDirs]
DefaultDestDir=12
DriverCopyFiles
;***************************
;* TI Application Firmware Loader Driver INF - Modificado para Windows 11
;***************************
;* Este INF se modificó para intentar compatibilidad con Windows 11.
;***************************

[Version]
Signature="$Windows NT$"
Class=USB
ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
Provider=%MFGNAME%
CatalogFile=ApLoader.cat
DriverVer=03/16/2011,2.0.0.0

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64.10.0, NTamd64.10.0...22000

[DestinationDirs]
DefaultDestDir=12
DriverCopyFiles=12    ; %SystemRoot%\System32\Drivers

[SourceDisksFiles]
ApLoader.sys=1
EV2300A.BIN=1

[SourceDisksNames]
1="Driver Disk",,,\

[DeviceList]
%3410.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_3410
%2136.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_2136
%6250.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_6250

[DeviceList.NTamd64]
%3410.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_3410
%2136.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_2136
%6250.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_6250

[DeviceList.NTamd64.10.0...22000]
%3410.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_3410
%2136.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_2136
%6250.DESCRIPTION%=DriverInstall,USB\VID_0451&PID_6250

[DriverInstall.NT]
CopyFiles=DriverCopyFiles
AddReg=DriverHwAddReg

[DriverInstall.NTamd64]
CopyFiles=DriverCopyFiles
AddReg=DriverHwAddReg

[DriverInstall.NTamd64.10.0...22000]
CopyFiles=DriverCopyFiles
AddReg=DriverHwAddReg

[DriverCopyFiles]
ApLoader.sys
EV2300A.BIN

[DriverInstall.NT.Services]
AddService=APLOADER,0x00000002,DriverService

[DriverInstall.NTamd64.Services]
AddService=APLOADER,0x00000002,DriverService

[DriverInstall.NTamd64.10.0...22000.Services]
AddService=APLOADER,0x00000002,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\ApLoader.sys

[DriverHwAddReg]
HKR,,FWFileName,,"EV2300A.BIN"

[Strings]
MFGNAME="Texas Instruments"
3410.DESCRIPTION="TI TUSB3410 Application Firmware Loader"
2136.DESCRIPTION="TI TUSB3210/2136 Application Firmware Loader"
6250.DESCRIPTION="TI TUSB6250 Application Firmware Loader"

Despite these modifications, the driver isn’t working as expected. I’d appreciate any guidance or if someone has a working version of this driver for Windows 11 64-bit.

Thank you in advance!