AR# 35837: 12.1 EDK - How do you launch two Debug Configurations simultaneously for a dual-processor system?
AR# 35837
|
12.1 EDK - How do you launch two Debug Configurations simultaneously for a dual-processor system?
描述
I am designing a dual-processor system.How do youlaunch the Debug Configurations for two processors simultaneously?
解决方案
The Launch Group feature of SDK can be used for this purpose. It allows you to launch two configurations simultaneously. To use this feature, select Run -> Debug Configurations in the SDK GUI and create a new "Launch Group" configuration. For example, you can have a configuration for cpu1 andonefor cpu2, then create a launch group that contains both the above configurations.