Hello , all
My customer wants to use the RT1060 SDK v2.11.0 (Wifi WPS related sample project).
However the SDK v2.11.0 can not be installed into IDE MCUxpresso V11.3.0 like following pictures.
As an alternative and temporary solution, I tried to use install IDE MCUxpresso V11.5.0. As a result , RT1060SDK v2.11.0 can be installed into IDE MCUxpresso V11.5.0 and works well.
Is there other way to fix the install problem (RT1060 SDK 2.11.0 and MCUXpresso 11.3.0) ? or will this problem will be solved in future by some plug-in?
Best regards
ZHOU
Solved! Go to Solution.
Hi,
Newer SDK versions are updating functionalities which might not be compatible with previous IDE versions. This is the reason for your error.
Updating to IDE 11.5.0 should not be a temporary solution, but the actual solution.
An workaround (in fact, an expected flow) will be to use an older SDK version with IDE 11.3.0, but our recommendation is to stay on latest IDE with latest SDK versions.
Regards.
MCUXpresso IDE Support
Hi,
Newer SDK versions are updating functionalities which might not be compatible with previous IDE versions. This is the reason for your error.
Updating to IDE 11.5.0 should not be a temporary solution, but the actual solution.
An workaround (in fact, an expected flow) will be to use an older SDK version with IDE 11.3.0, but our recommendation is to stay on latest IDE with latest SDK versions.
Regards.
MCUXpresso IDE Support
Thanks for your answer.