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

Under eabi, the cinit entry for zero fill an of uninitialized section has a length that is 1/2 of what it should be

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6456
    • Hide
      C2000_20.2.0.beta
      C2000_18.1.0.LTS
      C2000_18.12.0.LTS
      Show
      C2000_20.2.0.beta C2000_18.1.0.LTS C2000_18.12.0.LTS
    • Hide
      C2000_20.2.0.beta
      C2000_18.12.4.LTS
      C2000_18.1.7.LTS
      Show
      C2000_20.2.0.beta C2000_18.12.4.LTS C2000_18.1.7.LTS
    • default
    • Initialise the problem variables to zero explicitly.
    • Hide
      Uninitialised variables in EABI mode are supposed to be implicitly initialised to zero. It is possible that C2000 programs will not fully initialise them; because of an error in converting from 16-bit bytes to 8-bit bytes, the size of the zero-initialised range (or ranges) may be only half the total size.
      Show
      Uninitialised variables in EABI mode are supposed to be implicitly initialised to zero. It is possible that C2000 programs will not fully initialise them; because of an error in converting from 16-bit bytes to 8-bit bytes, the size of the zero-initialised range (or ranges) may be only half the total size.

      Under eabi, the cinit entry for zero fill an of uninitialized section has a length that is 1/2 of what it should be

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

              Created:
              Updated:
              Resolved: