This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] MCU-PLUS-SDK-AM263PX: AM263Px: In dev boot mode terminating and relaunching the debug session does not take care of SoC reset

Part Number: MCU-PLUS-SDK-AM263PX

Tool/software:

Hi Experts,

In dev boot mode terminating and relaunching the debug session does not take care of SoC reset.

The SoC needs manually power on reset for next debug session to launch correctly.

It does not halt at main instead it goes in to abort and R5F CPU is in running state:

  • Hi,

    This is a known issue in the gel files(the doc initialization script) for AM263Px. It will be fixed in next CCS theia release.

    For existing CCS eclipse and CCS theia release please use the below work around:

    1. Go to the AM263Px.gel file CCS installation folder: ccs1281/ccs/ccs_base/emulation/gel/AM263Px/AM263Px.gel

    2. Open the gel file in a text editor.

    3. Serach for the function: OnTargetConnect()

    4. Add the GEL_Reset();  at the end of the above function.

    5. Save the file and close the editor.

    6. Restart the CCS and this should fix the issue.