If the operating system handles multiple cores and if the application running on multiple cores, you have to define one application and one memory space which would be assigned to the SMP binding.
This tutorial provides step-by-step instructions on configuring an SMP (Symmetric Multiprocessing) binding in winIDEA when multiple Program/Symbol Files are involved.
winIDEA issues a warning in the Progress window if SMP requirements are not met. In this case check your multi-core synchronization settings.
A typical use case requirement is that the cores run synchronously, i.e. when one core hits a breakpoint, the other cores stop as well. Configure via Hardware | CPU Options | Debugging | Synchronize selected cores (stop/run) when possible.
You can select which cores from the SMP configuration will be used for tracing
via Analyzer | Analyzer Configuration | Profiler | Core selection.
On the TC3xx production device, you can trace only 1 core at a time, but because the timing messages are also recorded, these messages fill up the trace buffer before the core1 is started. If you want to record anything on core1, you have to run the application up to the point where core1 is started and only then run a trace and then run CPU.