I am trying to install SDK for MKE16Z64VLD4 but, it is showing me error "Settings do not match for all tools". Give me solution how to solve this.
Hi
When build SDK for MKE16Z64xxx4, did you select MCUXpresso IDE or ALL? I am able to install SDK_2_11_0_MKE16Z64xxx4 in MCUXpresso IDE v11.5.0.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hello
I am able to install it in MCUXpresso IDE but, I am facing an error while using config tools. I installed the SDK once again with the suggestion you gave and I selected all in toolchain option. Still, my error in not solved.
When I opened pin configuration I got the error:
Would you please screenshot the whole screen? Please tell me which SDK example to import to reproduce this problem. I test some example did not meet this issue.
I am trying to make new project in FRDM-KE16Z64VLD4 processor SDK. Then when I tried to use pin config tools at that time I faced this error, Here, I am sharing the snapshot.
Hi @whiteliondd6 ,
is that project created/imported from the SDK (Quickstart Panel > New project) or did you modify it in any way? I see that you have KE15/KE16 projects in your workspace, so have you copied files between projects?
You can see what device is used here:
These settings are stored in the .cproject file, while the Pins and Clocks settings are in the source files plus in the .mex file: so if you copy files from another device without the correct settings, you will get such a message.
If you created/imported an example from the SDK without touching it afterwards, then this would be an issue of the SDK itself.
And I think it would be helpful for the support team here if you could upload/post your project?
I hope this helps,
Erich