Hi, I'm trying to develop a USB CDC project on a K64 using Processor Expert in KDS 3.2 with SDK 1.3, but all the examples I see are using a fsl_usb_framework component.
My installation doesn't have any fsl components at all, have I missed a step when installing? Or do these need to be added separately?
Regards
Ian
Solved! Go to Solution.
Hi Ian,
you need to install the SDK components from here:
<SDK installation folder>\eclipse_update\KSDK_1.3.0_Eclipse_Update.zip
In KDS, use Help > Install New Software and use the above zip file as update archive.
Erich
Thanks Eric, that was the step I was missing. I found the update in
<SDK installation folder>\tools\eclipse_update\KSDK_1.3.0_Eclipse_Update.zip
Thanks you therealfreegeek, I'll follow that example.
Cheers
Ian
Once you have KSDK 1.3 installed it is still not straightforward to set up USC CDC under PE, after a bit of searching I found that this was the best example and the easiest to implement and use.
Hi Ian,
you need to install the SDK components from here:
<SDK installation folder>\eclipse_update\KSDK_1.3.0_Eclipse_Update.zip
In KDS, use Help > Install New Software and use the above zip file as update archive.
Erich