Keil uvision ide mdk arm 5.26

broken image
broken image

The default example is based on MKL46, so when you open it, you need to change all the MKL46 code to the MKL16 code and driver in folder:ġ. SDK_2.2_MKL16Z256xxx4\boards\frdmkl46z\driver_examples\gpio\led_output\mdk You also can modify the official SDK project, take this project as an example: Just like you have said, choose the processor as MKL16Z256ZXXX, then generate the code and download it.Īfter you download the official SDK sample code, you can find the MKL16 driver in this folder:

broken image

I highly suggest you add the driver manually, the driver for MKL16Z256 can be downloaded from the nxp official website: When you create the new project and add driver for MKL16Z256, don't use the mdk Manage window to add it, yes, that window really lack driver in the Device, this is the MDK IDE problem.

broken image