Due to part shortages, we are having to port a KL02 design to the KL17. I used Processor Expert to build the KL02 peripheral components (ADC, AsynchroSerial, BitIO, etc). This used what I call the old-style Kinetis SDK.
When I use KDS to build a KL17 design, it appears that I can not use the old-style SDK. I must use SDK 1.3.0. These components are very different and will make porting software extremely difficult.
Any suggestions? Why can't I use the old-style Kinetis SDK?
Hi @waynewilburn the component used in SDK 1.3.0 is different for the new SDK2 because this one is for MCUXpresso, in fact, we no support more Neider Kinetis SDK or Processor Expert, so my recommendation is change to MCUXpresso, take your code, modify what you need to modify a run or by otherwise take the examples for this new SDK, and run in this new IDE (MCUXpresso)