6/21/2012
I know this is an old post, but I am replying in case someone else stumbles across it while looking to solve the same problem I had (which is similar to the original poster).
I purchased the TWR-MCF5225x-KIT and using the included CodeWarrior IDE 5.9 I could not get a project to run, getting these error messages:
Coldfire PE Protocol Adapter: No USB Connection Found
ColdFire GDI Protocol Adapter: Can't Load GDI DLL
(I had already installed the CodeWarrior 7.1.2 patch). I am running Windows 7 and during the CodeWarrior installation I got an error message about some driver(s) not being installed because I have an 64-bit system. I fixed the problem this way:
1. Navigate to P&E Micro's website: http://www.pemicro.com/support/downloads_find.cfm
2. Check Software Update and ColdFire V2/V3/V4.
3. Click Find Matching Downloads.
4. Click on the link labeled P&E Hardware Interface Drivers Version 10
5. Download the file DRIVERS10_install.exe
6. Run the program and extract to C:\Program Files (x86)\PEMicro
7. Plug the USB cable into the TWR kit.
If you're lucky, Windows should recognize the device is plugged in, and attempt to install the drivers (if older drivers were already installed you may need to uninstall and delete them). Tell Windows to look on your disk for the files and point it to C:\Program Files (x86)\PEMicro\Drivers
Then read,
http://cache.freescale.com/files/community_files/OSBDM08/OSBDM_ERRATA.pdf?fpsp=1&WT_TYPE=Errata&WT_V...
and update your TWR OSBDm firmware to the most recent version (mine was 25.0 and is now 30.21). I now have these entries in Windows Device Manager:
Jungo
==> PEMicro USB Serial Port (i1)
=> Driver is C:\Windows\System32\Drivers\windrvr6.sys
=> WinDriver
=> Driver is C:\Windows\System32\Drivers\windrvr6.sys
LibUSB-Win32 Devices
==> Open Source BDM - Debug Port
==> Driver is C:\Windows\System32\Drivers\libusb0.sys
==> Driver is C:\Windows\SysWOW64\libusb0.dll
It now works like a charm.