Other Parts Discussed in Thread: CC3220SF-LAUNCHXL
Tool/software: Code Composer Studio
I've created a CCS7 project that compiles and runs on CC3220SF-LAUNCHXL.
I'd like to run the same program on the MSP-EXP432P401.
I've hived off all the code that is specific to any particular microcontroller into separate files that can be included or excluded easily in different configurations.
However, I can only select the ARM family of devices and not the MSP432 family (both are installed and work from different projects).
Is there any way I can use ARM in one configuration and MSP432 in another or do I have to create a separate project for each?