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

When the flash button is used, delay changing to debug perspective until after the build

    XMLWordPrintable

Details

    • Enhancement
    • Status: New
    • Medium
    • Resolution: Unresolved

    Description

      When the flash button is used, CCS runs the following sequence ...

      1. Change to debug perspective.
      2. Build the SW (calling make).
      3. Starting a scripted debug session.
      4. Downloading code to flash.
      5. End debug session.
      6. Change back to edit perspective.

      If the build in step 2 fails, CCS stays in the debug perspective (not the best perspective to check and correct the failed build).

      Consider swapping steps 1 and 2 ...

      1. Build the SW (calling make).
      2. Change to debug perspective.
      3. Starting a scripted debug session.
      4. Downloading code to flash.
      5. End debug session.
      6. Change back to edit perspective.

      Attachments

        Activity

          People

            syncuser TI User
            syncuser TI User
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: