8 years, 11 months ago.

When export for Freescale KDS 3.0.0 with KSDK 1.2?

When will we see a guide or support for using mbed exported projects with KDS 3.0 and KSDK 1.2?

Question relating to:

1 Answer

8 years, 11 months ago.

The latest KSDK would need to be integrated with the mbed library, it is unrelated to the exporter. (I have no idea to which KDS version the exporter works, but I would assume it is backwards compatible if there is a newer version).

Now the question when the latest KSDK will be integrated with the mbed library: I have no idea, but after finding personally out what a ton of work it was to go to KSDK 1.0 from the version before that, because Freescale insisted on changing every single function, and from hearsay I have it that in later KSDK versions they again have been changing functions around, I doubt many are eager to update it to 1.2.

I will probably happen when a new KSDK target is going to be supported by mbed which requires a newer KSDK version. In the meantime there is the question: Why do you want the new one?

@Jonathan, why do you need kds 3.0.0 and ksdk 1.2?

posted by Martin Kojtal 14 May 2015

I want KSDK 1.2 because it includes support for TWR-KW24 and no previous KSDK did.

I want KDS 3 because it runs on my OS X laptop.

posted by Jonathan Hess 15 May 2015

I've started this process. There is a branch you can start to contribute to. https://github.com/mbedmicro/mbed/tree/dev_ksdk_1.2

The exporters are also in place and update for the change to gcc-arm-embedded in V3.0 https://github.com/mbedmicro/mbed/pull/1201 https://github.com/mbedmicro/mbed/pull/1202

These could be refactored a bit to support more targets. I noticed that KL25 doesn't even support KDS exporting at the moment :?

posted by Sam Grove 24 Jun 2015