Hello,
Is it possible to import an example/projects present in the sdk into MCUXpresso workspace without actually installing the SDK(SDK_2.6.11_FRDM-KW38), If yes please let me know the process. Please help me out with this at the earliest.
Thanks
Solved! Go to Solution.
without installing SDK into MCUXpresso IDE.
You have to install the SDK into the IDE. The projects are imported/created from the manifest XML file.
Erich
Hi ErichS,
Thank you very much for your reply, I didn't find SDK Management in MCUXpresso IDE could you please tell where this option is available
right-click on the project, it is in the context menu.
See as well: https://mcuoneclipse.com/2021/04/27/upgrade-to-a-new-nxp-mcuxpresso-sdk/
Erich
Hello ErichS,
Thank you, I have found it this option I will get only when I import the project from SDK. Here my concern is I am trying to Import a project from extracted SDK without installing SDK into MCUXpresso IDE.
I am using import option in IDE and trying to import the project but here it is not identifying the project, below I have attached a screenshot of the path which I am following.
Hello EnrichS,
Any update on this?
Thanks,
Javad
without installing SDK into MCUXpresso IDE.
You have to install the SDK into the IDE. The projects are imported/created from the manifest XML file.
Erich
Hi @Javad_Baig ,
yes, you can do this. In order for the debugger to have all the needed files, make sure you have 'SDK Part support' added to the project:
Keep in mind: without the SDK installed, you cannot add files/drivers from it to the project: for this you need to have the SDK available.
I hope this helps,
Erich