NXP SDK driver versions and mbed

Hello, I’m prototyping an application in the NXP FRDM-K66F board and I noticed that the drivers included in the mbed installation are older than those included in the newest version of the SDK provided by NXP.

Ideally, I’d like to be on the newer version as it would eliminate the standard NXP support response of “please update your drivers to the newest version in the SDK” :wink:

Is there some collateral available that describes how to do this? If anyone could anyone provide some guidance, I would very much appreciate it.

Thank you.
/scott

Hi Scott,

Basically, the SDK driver code of K66F is under mbed-os\targets\TARGET_Freescale\TARGET_MCUXpresso_MCUS\TARGET_K66F\drivers\.
After checking the difference of SDK 2.0.0 and 2.0.6, the file names are the same, so I would just replace those files and try to compile it.
There might be some definition mismatch, no trivial way, you need to resolve them one-bye-one.

Regards,
Desmond