CCS Guru's,
Working on some new projects for a new device and I'm trying to make them easier for customers to use. One of the things I'd really like to improve on is how easy it is to build and load up a project across multiple cores. I'm currently investigating using a single project with multiple build configs to generate out files for each core. This appears to be working splendidly!
I'd also like to make loading the generated out files easy, but I'm having trouble figuring this out. Ideally the user would be able to simply click the green debug icon, then CCS would launch the target config associated with the project and load one of the out files from each build configuration to each core. Is this possible? If so, how can I accomplish this?
Appreciate the help in advance,