This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

When it's needed to manually write DTSL Jython script to debug a new SoC made using multiple ARM cores?

Hi,

I have a question regarding to DTSL Jython script "dtsl_config.script.py", is this normally automatically created for new SoC platform with the "Platform configuration wizard" by auto-detection through debug probe? Or we still need to manually change the generated script for new multi-core SoC?

Is certain advanced functions (for example, hardware synchronization method with CTI to support multi-core debugging) from DTSL Jython script for debugging features not auto-generated by the "Platform configuration wizard", so we normallly still need to customized the DTSL Jython script based on specific SoC design?  

Hao

  • This will be very platform specific.

    If there are operations that need to be performed that the configuration wizard could not know, for example a custom reset sequence, or a register that needs to be written to to enable the debug logic etc.

    If you have a specific issue to discuss, I recommend raising an official support request from the menu above.

  • Hi Ronan,

    Thanks for feedback. Currently this is only a general question when I am checking ARMDS user guide and about what we may encounter for coming multicore SoC. I will raise official support request when I have a specific issue later.

    Hao