Forum Discussion
jtagserver.exe causing BSOD together with ftdi driver
- 6 months ago
Does the BSOD still occur if you never power‑cycle the eval board?
I’m asking because the behavior you’re seeing is consistent with a mixed‑FTDI driver environment, which is a plausible root cause.
Even though the USB‑Blaster III uses an Intel‑signed INF with a custom VID/PID, both Intel’s package and the standard FTDI CDM packages typically load the same kernel‑level bus driver: ftdibus.sys. This SYS file is shared across many FTDI‑based devices.
If Windows has multiple FTDI packages staged (e.g., one from Intel’s USB‑Blaster III and others for FT2232H/FT4232H products), the system can:-Select a different FTDI package on re‑enumeration (after a reboot or cable power cycle).
-End up loading a different ftdibus.sys build (older or incompatible) for the same hardware instance.
This aligns with your observation that a clean reinstall temporarily resolves the issue, but the crash returns later.
Could you check whether multiple versions of ftdibus.sys exist on the machine?
Regards,
Richard Tan
hi Richard
so I removed all the usb blaster and all the ftdi drivers and reinstalled just the latest ones...
so far it is ok. I will tell you tomorrow after 1 day of usage if it is still fine.
Thanks for the hints!
Kind regards,
Peter
Hi Peter,
Hope you're doing well.
Just checking in—has the issue remained resolved over the past days?
Please let me know if everything is still working fine or if you’ve noticed anything unusual.
Regards,
Richard Tan
- dpcsu6 months ago
New Contributor
Hi Richard,
yes it works now.