To terminate execution of a core:
- Enable multicore groups for multicore operations (see Multicore Groups).
- In the Debug view, select a thread that corresponds to a core for bareboard debugging.
- Click Multicore Terminate.
Alternatively,in the Command-Line Debugger Shell, select a thread using the
switchtarget command and then use the
mc::kill command to terminate execution of a core during a debugging session.
Note: If Use all cores is enabled then all Debug Threads for the processor will be terminated. Otherwise, if the core is in a multicore group then all threads corresponding to the cores in the multicore group will be terminated.