Tool/software:
If you have single project with multiple variants, the best way to manage this is by creating multiple build configurations for that project. Now suppose you want those variants to run on different cores of your AM64x, and communicate over shared memory? The only way to do that with the latest SDK is to use a System Level project.
But if you try to build the System Project that contains two Build Configurations of a single project, only the first Build Configuration is ever built. The project is not built a second time, for the second core, with the other Build Configuration that is assigned. This seems like a bug with System Projects in Code Composer Studio. If not, what is the intended way to manage this scenario?
Thanks,
Ryan