Migrate a project to System Planner
To enable System Planner in an existing project, you'll need to create a new workspace using the latest format.
Most project files can be reused directly, but the .cfsconfig file must be recreated manually. This is because older .cfsconfig files are not compatible with the new System Planner format.
Warning
It is strongly recommended to keep a backup copy of the original project files.
Migrate a project
- Save a local copy of the original
.cfsconfig
file from your existing project. - Create a new workspace using the workspace creation wizard.
-
Open the original
.cfsconfig
file in a text editor.Tip
In VS Code, right-click the file and select Open with, then choose Text Editor.
-
Compare the new
.cfsconfig
file to the locally saved original and identify any missing top-level fields. -
Use System Planner to update configurations as needed. For example, you may need to:
- Allocate and configure peripherals
- Assign and configure pins
- Configure clocks
- Allocate and partition memory
- View registers.
-
Save your changes.
- Verify the pin and clock assignments with System Planner.