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

32 Bit bitfields are not handled right

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Low Low
    • Code Generation Tools
    • CODEGEN-1566
    • SDSCM00031762
    • C2000_5.2.0
    • Hide
      Our current implementation of bit-fields does not fully support bit field types larger than 16-bits for C2000. Specifically, the compiler will not correctly pack values using initializers. Initialization must be done explicitly using assignment statements (eg. sBitfield32.ui12 = 20;) This can be done using an initialization routine at startup.
      Show
      Our current implementation of bit-fields does not fully support bit field types larger than 16-bits for C2000. Specifically, the compiler will not correctly pack values using initializers. Initialization must be done explicitly using assignment statements (eg. sBitfield32.ui12 = 20;) This can be done using an initialization routine at startup.
    • Supported on newer tool chains.

      32 Bit bitfields are not handled right

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

              Created:
              Updated:
              Resolved: