Good day
I am using MCUXpresso for my development, so if the answer could be specific to that, that would be great!
When a new SDK version comes out, sometimes I upgrade to it, but then I find that the new SDK update introduces a problem in my project that I didn't have before.
At the moment, the only way I can go back to an older SDK version is to uninstall the new SDK and reinstall the old SDK version.
Also, if I import a back up of the project that uses an older SDK version, it automatically updates the project to the latest version of the SDK.
My questions:
1) Is there any way I can stop the auto-update of SDK versions for my projects, so that I can maintain stability until I decide I want to switch to the most recent update?
2) Is there an easier way to go back to an old SDK version other than having to mess with the part support, uninstall the latest SDK version, reinstall the SDK version that I want to use? (something like a backwards version of this https://mcuoneclipse.com/2021/04/27/upgrade-to-a-new-nxp-mcuxpresso-sdk/)
3) Is it possible to have different projects in the same workspace, that use different SDK versions?
Thanks in advance!