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.

AM5726: Target connect failed

Part Number: AM5726

Hi,

When I connect to the target with CCS, it stops at the following initialization.

CortexA15_0: GEL Output: --->>> IPU2SS Initialization is in progress ... <<<---

Do you know why the initialization here stops?

My environment:

HW : AM572x EVM, XDS200(Spectrum digital)
SW : CCSv10.1, processor_sdk_rtos_am57xx_6_03_00_106

Best regards,
Sasaki

  • Hi,

    Please refer to the GEL scripts under ~/ccs/ccs_base/emulation/boards/am572x/gel/AM572x_multicore_reset.gel.

    You can add some more trace via GEL_TextOut() to see where it stuck in the script.

    The function is IPUSSClkEnable() in AM572x_multicore_reset.gel.

    Please make sure the EVM doesn't have any binary running when you try to connect it in CCS.

    Regards,

    Stanley

  • Hi Stanley-san,

    Thank you for your reply.

    I will investigate with reference to your advice.

    Best regards,
    Sasaki