I want to create a new project. So I go File->New-> and there are some options:
Kinetis SDK 2.x Project
Kinetis SDK 1.x Project
Processor Expert Project
Which one should I choose?
Hi,
Kinetis SDK is software development kit, you need install separate Kinetis SDK package for KDS using it.
Processor expert is integrated to KDS. users needn't install external package for it.
Kinetis SDK is newer than processor expert. both of them provide method(for example, provide sets of driver routines or method) to help user develop their own SW easier.
for the users who never use those tools before, they need take some time to learn how to use them.
sure, user can also choose develop their project without using SDK or processor expert, thus please refer Alice's answer as above .
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
I would certainly try the SDK but there is no option for K70F120 which I use.
Hello Evgeny,
Any of these is OK .
It will affect these configuration , you can directly configure it according to your requirements :
Hope it helps
Alice
I didn't like the Processor Expert. When I edit the generated code the Processor Expert rewrites it every build. SDK seems like a good solution but no support for K70F120 .
Hi Evgeny,
you can disable code generation, so your changes are preserved, see https://mcuoneclipse.com/2012/03/23/disable-my-code-generation/ .
And you can disable that it generates code if you do a build, see https://mcuoneclipse.com/2013/10/19/how-to-avoid-slow-processor-expert-projects/
I hope this helps,
Erich
I see. Thank you. Frankly all those graphical features get me frustrated. I mean - to configure the peripherals with check boxes and buttons - I'd like to do it in a plain C code. So I looked at SDK and I like it. But strangely enough - there is no support for K70 chips.