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

When assembly only projects are loaded to the debugger the entry point is not correctly set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-931
    • SDSCM00050904
    • MSP430_4.4.0
    • Hide
       Open lnk_msp430f5529.cmd and scroll down to the portion marked "SECTIONS", in my version this was line 137.
       In this section find the line 146 " .text : {}>> FLASH2 | FLASH /* Code */"
       Make yourself a copy of the line in comments (use "//") to store what the original line was for later reference.
       Change the line to be " .text : {} > FLASH /* Code */"
      Show
       Open lnk_msp430f5529.cmd and scroll down to the portion marked "SECTIONS", in my version this was line 137.  In this section find the line 146 " .text : {}>> FLASH2 | FLASH /* Code */"  Make yourself a copy of the line in comments (use "//") to store what the original line was for later reference.  Change the line to be " .text : {} > FLASH /* Code */"

      When assembly only projects are loaded to the debugger the entry point is not correctly set

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

              Created:
              Updated: