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

Need a method to assign a symbol the last address used in a memory range

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Implemented
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-2377
    • Hide
      MSP430_20.2.0.LTS
      PRU_2.4.0*
      C7000_2.0.0.STS
      ARP32_1.1.0*
      ARM_20.2.0.LTS
      C2000_20.2.0.LTS
      Show
      MSP430_20.2.0.LTS PRU_2.4.0* C7000_2.0.0.STS ARP32_1.1.0* ARM_20.2.0.LTS C2000_20.2.0.LTS
    • Hide
      The new linker-command-file keyword LAST allows access to the highest allocated address in a memory range, as in

          D_MEM : org = 0x20000020 len = 0x20000000 LAST(dmem_end)

      after which "_symval(&dmem_end)" is available in the program.
      Show
      The new linker-command-file keyword LAST allows access to the highest allocated address in a memory range, as in     D_MEM : org = 0x20000020 len = 0x20000000 LAST(dmem_end) after which "_symval(&dmem_end)" is available in the program.

      Need a method to assign a symbol the last address used in a memory range

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

              Created:
              Updated:
              Resolved: