Hi all,
When I try to install the SDK for the FRDM-K66F [1], I get an import error and the SDK is not added, see attached error.
When I generate an SDK just for the device on the FRDM-K66F [2], the import appears to work fine.
Any guess what the problem might be?
Thanks in advance,
Philipp
[1]
Board: FRDM-K66F, SDK version: KSDK 2.2.0, OS: Windows, Toolchain: KDS,
Selected optional items: CMSIS DSP Library, FatFS
Package hash: f3bee99425073263ef3af62abaaa2493
[2]
Device: MK66FN2M0xxx18, SDK version: KSDK 2.2.0, OS: Windows, Toolchain: MCUXPRESSO,
Selected optional items: CMSIS DSP Library, FatFS, lwIP, USB stack
Package hash: 78d7016de7fddeb461b27b8265076ed0
Solved! Go to Solution.
Hi,
the problem is that you are importing an SDK made for KDS. MCUXpresso IDE can only handle an SDK containing support for it. Please re-download the SDK and ensure that you select MCUXpresso IDE as the toolchain.
We accept that the current error is not ideal, we are looking at improving it in the next release.
Ciao,
MCUXpresso support.
Hi Philipp,
your package [1] only has support for KDS in it, that's why it does not work.
Your package[2] works because it has MCUXpresso support in it (IDE).
Erich
Hoi Erich,
Thanks a lot! That was indeed the problem. And the solution was right there in my post!
Philipp
Hi,
the problem is that you are importing an SDK made for KDS. MCUXpresso IDE can only handle an SDK containing support for it. Please re-download the SDK and ensure that you select MCUXpresso IDE as the toolchain.
We accept that the current error is not ideal, we are looking at improving it in the next release.
Ciao,
MCUXpresso support.
Hi,
Thanks a lot! That was indeed the problem. And the solution was right there in my post!
Philipp