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.

RTOS/AM5746: Request to prepare the "ex11_ping" project available to be building on CCS.

Guru 24520 points
Part Number: AM5746


Tool/software: TI-RTOS

Hi TI Experts,

Please let me confirm the following question.

[Question]
 Would you please prepare the A15 and IPU1 projects of "ex11_ping" which user can be building on CCS? 

 Also, we would like to know the debug way to do this project on CCS.

Best regards.
Kaka

  • Hi Kaka,

    I will need some time to look into this. I will keep you posted.
  • Hi Sahin,

    Thank you for your support. I am waiting for your next updates.

    Best regards.
    Kaka
  • Kaka,

    Please see attached projects. The IPU1 example is for SMP mode so you will need to group IPU1-0 and IPU1-1 and load and run them both. The projects are for AM572x but should run on AM574x as well. I do not have an AM574x board with me at the moment to test. 

    After both cores are running, halt each core and go to Tools -> ROV Classic and view the LoggerBuf module to see the logs.

    ex11_ping_a15.zip

    ex11_ping_ipu1.zip

    I hope this helps. If you have any questions please let me know.

  • Hi Sahin,

    Thank you for making project!
    I could import it to CCS and build them.
    However, when I used the "Debug" build of ex11_ping_ipu1, I met the error. I changed the setting value of "Configuration script arguments" from "{ configBld: \"../config.bld\" }" to "{ configBld: \"../shared/config.bld\" }" , this project could work well.

    ************

    Description Resource Path Location Type
    gmake: *** [build-1423410847] Error 2 ex11_ping_ipu1 C/C++ Problem
    gmake: Target 'all' not remade because of errors. ex11_ping_ipu1 C/C++ Problem
    gmake.exe: *** [package/cfg/Ipu1_pem4.xdl] Deleting file `package/cfg/Ipu1_pem4.c' ex11_ping_ipu1 C/C++ Problem
    gmake.exe: *** [package/cfg/Ipu1_pem4.xdl] Deleting file `package/cfg/Ipu1_pem4.h' ex11_ping_ipu1 C/C++ Problem
    gmake[1]: *** [build-1423410847-inproc] Error 1 ex11_ping_ipu1 C/C++ Problem
    utils.loadCapsule: can't find '../config.bld' along the path 'C:\Users\11569\workspace_v7_4\ex11_ping_ipu1;C:/ti/bios_6_52_00_12/packages;C:/ti/ipc_3_47_02_00/packages;C:/ti/pdk_am57xx_1_0_11/packages;C:/ti/ccsv8/ccs_base;C:/ti/xdctools_3_50_03_33_core/packages;..;' .xdchelp /ex11_ping_ipu1 line 45 C/C++ Problem

    *****************

    Note: When I used the AM574IDK, it could not use the Cross Triggering breakpoint by ATE error which I reported on other thread.

    If you have any questions, please let me know.
    Best regards.
    Kaka

  • Kaka,

    Yes, I modified it in release mode so when changing to debug mode those changes were lost. Thank you for confirming the examples!

    Please mark this thread as Resolved if your issue has been resolved. Thanks!
  • Hi Sahin,

    Thank you for your comment! I see.

    Best regards.
    Kaka