Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10479

J7200 App load on MCU R5_1 core may fail with CCS boot flow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • PDK
    • PDK-10139
    • PROCESSOR_SDK_08.00.00
    • PROCESSOR_SDK_08.04.00
    • j7200-evm

      With using CCS boot flow, loading app on MCU R5_1 core may fail. Loading on the MCU R5_1 requires resetting the core.

      To load the application on MCU R5_1 Core user will need to add the below in "packages/ti/drv/sciclient/tools/ccsLoadDmsc/j7200/launch.js"

      function updateScriptVars()

      { //Open a debug session dsMCU1_0 = debugServer.openSession( ".*MCU_Cortex_R5_0" ); /* To be added */ dsMCU1_1 = debugServer.openSession( ".*MCU_Cortex_R5_1" ); dsDMSC_0 = debugServer.openSession( ".*DMSC_Cortex_M3_0" ); }

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: