Tool/software: TI C/C++ Compiler
I am currently using a TIVA part number TM4C1294NCPDT and we want to switch to a part number TM4C1294NCZADI3R to have more I/O pins in the new CPU package. The application will basically be the same between the CPUS with the exception of the I/O pinout changes. I plan to use the same version of Code Composer Studio 6.2.x and the same version of the TI RTOS with the new CPU. I did a quick test on a eval board with the new CPU and the application for the current CPU will run and the network stack will ping indicating things are working. My question is can I just make a copy of the project and select the new CPU or is it recommended I create a new CCS project from the ground up selecting the new CPU and reconfiguring the RTOS, [porting all the source code etc? I am assuming the that core is basically the same between the CPU's and I can just do a copy but I do not know all the details that happen when I create a new CCS project with a different CPU etc.
I do use TI/RTOS, the network stack, USB in the application.
Thanks,
Doug