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.

J721S2XSOMXEVM: Facing issue in launching debug session using Blackhawk XDS560v2-USB System Trace Emulator

Part Number: J721S2XSOMXEVM

Tool/software:

In J721S2-EVM I'm facing this error in opening a debug session using Blackhawk XDS560v2-USB System Trace Emulator in code composer studio  "Could not open file ti-fs-firmware-j721s2-gp.bin and could not open file launch.js  #117" in scripting console. If further tried to run again then facing another error memory verification failed at address 0x0600000 launch.js #110"

  • Hello,

    There are two errors I see.

    The first is that the script was unable to find the "ti-fs-firmware-j721s2-gp.bin" file. Make sure it exists in the path specified.

    The second is a memory verification error. This typically happens when the target is not properly configured. It may be related to the first failure.

    Thanks

    ki

  • Hello, In J721S2-EVM I'm facing this error in opening a debug session using Blackhawk XDS560v2-USB System Trace Emulator in code composer studio .Do we need to change anything in launch.js file other than pdkPath.

    Thanks