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.

J721EXCPXEVM: [J721E_EVM][TIDL] Infering own models on TDA4 EVM / C7x

Part Number: J721EXCPXEVM

Hi,

I want to execute inference on my own converted model. According to TIDL guide in section 'Steps to run Sample Application on EVM'

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/tidl_j7_01_02_00_09/ti_dl/docs/user_guide_html/md_tidl_sample_test.html

you have to configure setup the CCS + GELS + CCXML, which in turn requires to lunch Target Configuration for a debug probe (Texas Instruments XDS110 USB Debug Probe or Spectrum Digital XDS560V2 STM USB Emulator) , as in the SDK guide 6.3 and 6.4:

software-dl.ti.com/.../ccs_setup_j721e.html

Is it the only way to load the TIDL models into the EVM? is it not possible without a debug probe?

Best

  • Hi,

        XDS110 comes as part of the J7ES EVM itself, so you don't need anything extra. For current SDK 7.0 release, CCS based submission is the only way to load and run the program. In our upcoming SDK 7.1 release we will have mechanism to run directly the TIDL executable from the SD card.

    Regards,

    Anshu

  • Hi Anshu, thank you for the answer. I will go into the XDS110. Best