Other Parts Discussed in Thread: SYSCONFIG
Returning to a project after a few months, I see that there are updates to some of the project Dependencies. Both MSPM0 SDK and Sysconfig show that there are later versions to be had.
- MSPM0 SDK 1.20.0.05 -> 2.0.1.00
- SysConfig 1.18.0 -> 1.19.0
What's the right way to update my project to use the correct versions? Simply selecting different versions and hitting "Rebuild" resulted in either compiler or linker errors depending on the different versions I chose. The end error appeared to be in SDK code, and it doesn't seem likely that I should need to edit that to fix the problem. Do I need to regenerate the project in some way, or are there breaking changes to the SDK that I need to update my code to support?