Hi,
We have colleague provide a way for previous customer asking about this, to control the EDM/IDM mode, while under debugger control. Please check below:
Enter the following command in the Debugger Shell view, while in a debug session:
protocol ccs::config_template <core_chain_pos> 0 <value>
where
<core_chain_pos> is the chain position of the core for which you need to alter the EDM mode, eg 1 for core#0, 2 for core#1 etc
<value> is according to the following table:
/* EDM: External Debug Mode. Default value is 1. Values mean:
* 0: EDM off when running, off when stepping
* 1: EDM on when running, on when stepping
* 2: EDM on when running, off when stepping
* 3: EDM off when running, on when stepping
Please note changing this mode can break CW debugger's functionality.
Have a great day,
Lunmin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------