This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM57 HDK w/ Silicon Revision B?

Other Parts Discussed in Thread: RM57L843

Hello,

I had previously purchased an RM57 HDK for evaluation. Unfortunately, I am running into one of the issues described in the Silicon Revision A errata. I am wondering if there is any chance current HDKs are being shipped with Revision B of the RM57?

Thanks for any help.

  • Sam,

    Which errata is it? If it's the issue w. the core compare error on JTAG connect - then there's a simple enough workaround - you can clear the error in the 'OnTargetConnect()' GEL hook.

    (I don't *think* we've built any HDKs w. rev B silicon yet BTW... )
  • Unfortunately it is issue DMAOCP#01 ("DMA acts as if it receives an extra DMA request from a peripheral") for which there is no described workaround.

    Thanks for the info re HDKs, I figured it was a long shot.
  • This may be a less than appealing option - but assuming that you can purchase the Rev B silicon (*)

    the HDK is designed to accept a socket  ...  I *think* this is the part # SG-BGA-6033.

    The socket it accepts has an elastomer with vertically conductive wires - so if you remove the BGA on your board, clean the pads up well so that they are flat, and bolt on the socket - the new part can go in with just compression and not soldering.

    The sockets are expensive at about 2x the cost of the HDK so that's why we don't put them on every HDK but we use them in our team to swap parts out - here's what it looks like:

    If you think this is of interest - I can dig up the exact part #.

    Regarding the RevB silicion - I can't tell what's available just by looking at TI.com because the silicon revision of the TMP parts (which are what's available) isn't part of the part #,  it's encoded in the lot #.   Only the part # shows up on the sample page and could be either.   Would need to check with someone who has better visibility into the inventories to see if this is rev A or B.

    So that's something we'd also need to make sure gets run-down before you go down this type of path.   Anyway if it's something you want to do we can run down the details on the rev. and the socket part #.

  • Anthony,

    I understood from Roy, that all PRM57L843 devices are silicon revision B.
    This is also documented in the Errata sheet (SPNZ233) in Chapter 2 (Looking at Figure 1).

    Best Regards,
    Christian

  • Hi Sam,
    I'm curious at what your GCLK:HCLK:VCLK ratio is. Is it 3:1:1? Can you try 4:2:1 to see if the problem goes away?
  • Hi Anthony,

    After being off this for a while I am now back on it. I would like to attempt the solution with the socket and revision B parts if you still wouldn't mind finding the info on the socket.

    This is of course if new HDKs are still not shipping with the revision B part (PRM57L843, as Christian says). I noticed that the product page for the HDK (www.ti.com/.../tmdxrm57lhdk) does link to the updated datasheet for the rev B part, but the BOM, schematic, etc. have not been updated to reflect any change.

    Thanks very much for any help you can provide.

    -Sam
  • Hi Charles,

    My GCLK:HCLK:VCLK ratio is 4:2:1, but I am still seeing symptoms that appear to be related to this errata.
  • Hi Sam,

     Can you give more details on what fails during DMA transfer? Where  is the DMA transferring to and from? How did you configure the control packet as far as the element size, element count, frame count, and etc?

  • Hi Charles,

    I am doing a transfer from the SPI peripheral to RAM. Read and write sizes are 16-bit, element count is 1, frame count is approximately 100.

    Usually this works fine. But occasionally, I detect a duplicate 16-bit word in the received data, which seems to match up with what is described in the errata. I have verified that the data on the wire does not match the data in memory (i.e. there is no duplicate word on the wire).

    -Sam
  • Hi Sam,
    It certainly matches the description. When we first verified the errata it was the DMA to SPI in question.
  • The part number for the BGA socket on HDK is SG-BGA-6269.

    Regards,

    QJ

  • Thank you QJ. I will go ahead and order that part.