I have a significant amount of code and threads running on S7G2-SK.
I want to move these to a new project for our prototype hardware, using my BSP.
I've tried 2 approaches.
1. Import the SK project into a new workspace, and change the BSP from SK to my BSP.
When i do this, my BSP pincfg is not available, nor are my BSP files.
2. Create a new project, specify my BSP. Here, i get my pincfg file, and my BSP files.
I can copy the code files over easily, but i can't see a way of copying the threads, meaning i will have to re-create them all.
Any suggestions?