Content originally posted in LPCWare by CodeRedSupport on Fri Jan 28 01:21:37 MST 2011
Do you have any FTDI-based USB-serial adapters, logic analyzers, or any other FTDI-based devices?
When starting a debug session, the IDE scans USB looking for debug probes to use. This includes searching for Red Probe, which uses an FTDI chip and uses FTDI drivers.
We recently found an issue where one of the FTDI DLLs we use was not updated during the install, and consequently we were calling an out-of-date DLL which caused the crash.
Look in your Windows\System32 directory for ftd2xx.dll.The version that we ship is over 200k in size and a version number of 3.1.19.0 (in Explorer, right-click, select Properties and click on the Details tab). If your version is older, you can:
- take a copy of the current version (so you can revert if any problems are found with existing apps that use the FTDI parts)
- copy the version we supply in Drivers\RedProbe+\i386 over the current version
- reboot
Now try debugging again