What am I doing wrong? I just created a new project from Quickstart Panel->Start here->New project, selecting FRDM-KE02Z (downloaded SDK for it), project was created without errors, then tried Right click on project -> MCUXpresso Config Tools -> Open Pins, and I get this error. Tried recreating the project, same problem. Import SDK example project works (i.e. I can select the led_blinky project and right click->MCUXpresso Config Tools -> Open Pins, and it works fine).
Please help!
Solved! Go to Solution.
Hello,
the issue is caused by incorrect information stored in SDK package new project template, specifically, in boards\frdmke02z40m\project_template\pin_mux.c file on line 44, there is incorrect ID of the package:
To workaround the issue, in SDK package you downloaded please set package_id in boards\frdmke02z40m\project_template\pin_mux.c file to MKE02Z64VQH4 and reinstall it into MCUXpresso IDE:
We informed the SDK team about the issue to fix it.
Regards,
Lukas
Hello,
the issue is caused by incorrect information stored in SDK package new project template, specifically, in boards\frdmke02z40m\project_template\pin_mux.c file on line 44, there is incorrect ID of the package:
To workaround the issue, in SDK package you downloaded please set package_id in boards\frdmke02z40m\project_template\pin_mux.c file to MKE02Z64VQH4 and reinstall it into MCUXpresso IDE:
We informed the SDK team about the issue to fix it.
Regards,
Lukas
Thanks. Solved my problem :-)
Thanks! That worked!
Hello Paul,
I have reported it to development team, sorry for the inconvenient to you .
BR
Alice