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

update spru514 section 2.3.4 entry for --unified_memory regarding volatile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium

      User guide spru514 section 2.3.4 entry for --unified_memory needs updates to clarify impact of using volatile.

      The wording in above section could use more details for distinguishing source vs destination operands of struct assigns.

      Struct assigns from non-volatile to volatile can use RPT with PREAD which uses the program bus for reading the non-volatile source operand:

      RPT #4

      PREAD *XAR4++,*XAR7

      Struct assigns from volatile to non-volatile can use RPT with PWRITE which uses the program bus for writing to the non-volatile destination operand:

      RPT #4

      PWRITE *XAR7,*XAR4++

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

              Created:
              Updated:
              Resolved: