XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • SITSW-7062
    • 11.00.00
    • 11.01.00
    • Hide
      am243x-evm
      am243x-lp
      am64xx-evm
      am64xx-sk
      Show
      am243x-evm am243x-lp am64xx-evm am64xx-sk

      M4F I2C driver initialization failing. The base address is not translated for the configure RAT region in i2c driver. 

      Incorrect:

      i2cLldHandle->baseAddr = handle->hwAttrs->baseAddr;  

      Correct:

      i2cLldHandle->baseAddr = (uint32_t)AddrTranslateP_getLocalAddr(handle->hwAttrs->baseAddr); 

       

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-5724 - M4F MCU_I2C not working
                SYNCHRONIZED
                • Last Sync Date: