2021-12-31 11:11 PM
2022-01-02 05:30 PM
Projects are generally not transferrable between IDEs. These IDEs use different compilers so there will be issues if the source files aren't set up to detect compiler type and adjust accordingly.
You can copy source files over manually and import as a new project in CubeIDE, but it takes some effort to configure the project correctly.