Multicore Terminate

To terminate execution of a core:

  1. Enable multicore groups for multicore operations (see Multicore Groups).
  2. In the Debug view, select a thread that corresponds to a core for bareboard debugging.
  3. 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.