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

DDR ECC example: returned error address incorrectly shifted.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • PDK
    • PDK-12153
    • PROCESSOR_SDK_08.02.00
    • PROCESSOR_SDK_08.05.00
    • j7200-evm

      In TRM, the ECC_1B_ERR_ADR_LOG_REG is defined as 32-byte data blocks.
      But in PDK example for DDR ECC, we have:

      /* Get the error address */
      pECCErrorInfo->singlebitErrorAddress = (pEmifSsRegs->ECC_1B_ERR_ADR_LOG_REG << 6u);

      it should be <<5 instead. of <<6

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

              Created:
              Updated:
              Resolved: