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

Increase in Boot time when DDR ECC is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • PDK
    • PDK-9437
    • PROCESSOR_SDK_07.02.00
    • PROCESSOR_SDK_08.00.00
    • Hide
      j721e-evm
      j7200-evm
      Show
      j721e-evm j7200-evm

      When ECC is enabled in DDR initialization, boot time is increased by almost a sec. This seems to be happening because the entire 2GB DDR is primed with a value in below code snippet. This requires optimization.

      /* Prime memory with known pattern */
      for (memPtr = BOARD_DDR_START_ADDR; memPtr < BOARD_DDR_ECC_END_ADDR; memPtr += 4)

      { *((volatile uint32_t *) memPtr) = memPtr; }

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

              Created:
              Updated:
              Resolved: