Now I use MCU MKL17Z64VFM4 to create a new project:
1. Use online MCUXpresso SDK Builder to select mcu MKL17Z64xxx4/use pin toll config pin/use clock tool config clock, named the sdk as SDK_2.6.0_MKL17Z64xxx4 then Build MCUXpresso SDK, Down the SDK as three folders,SDK_2.6.0_MKL17Z64xxx4.zip/SDK_2.6.0_MKL17Z64xxx4_doc.zip/SDK_2.6.0_MKL17Z64xxx4_ConfigTools_data
2. Add the sdk SDK_2.6.0_mkl17z64xxx4.zip to MCUXpresso IDE.
3.In MCUXpresso IDE-QuickStart select "Import SDK example(s)" I can not select MKL17Z64xxx4 but only can select MKL27Z64xxx4 to create a project. The project use mcu MKL27Z64xxx4, if I want to use MKL17Z64xxx4 only to change the mcu? The sdk can only created by mcu which have a board,It is too strange, I never got those trouble when I use other mcus.
Solved! Go to Solution.
Hi Wenfang,
KL17 hasn't FRDM or TWR board. So, in it's SDK there isn't MCUXpresso demo. KL17 is a KL27 without USB. You can use KL27 demo to test. When you will create a KL17 project in MCUXpresso, the only way is QuickStart panel->New project.
Regards,
Jing
Hi Jing:
Ihave already creat new KL17Z64VFM4 project: Qickstart Create or Import a project->New Project.
It seems that every mcu must create a SDK using SDK builder before create a project.
I use KL17Z64VFM4 project within MCUXpresso IDE. When I use the config tools in the MCUXpresso IDE to config the project , there is a warning like below:
工具链(IDT)工程中,该版本的GPIO Driver不被支持,所需的:2.2.1,实际的:2.3.2
but the compile and build is OK, is there any hidden danger about this?
Hi Wenfang,
KL17 hasn't FRDM or TWR board. So, in it's SDK there isn't MCUXpresso demo. KL17 is a KL27 without USB. You can use KL27 demo to test. When you will create a KL17 project in MCUXpresso, the only way is QuickStart panel->New project.
Regards,
Jing