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.

DRA829J: DDR BIST initialization delay

Part Number: DRA829J

Dear TI team,

Regarding commit 5de948718fab:

In line 623, is udelay(1000) in your implementation required before enabling priming?
(Right before /* Enable the programmed BIST operation - BIST_GO = 1 */)

Our implementation:
We use the same BIST mechanism in our bootloader but we did not add this delay.
We configure BIST registers, start the priming and enter a loop to check (by polling), the priming status.

Our implementation is working, but we found this delay deviation and we need to confirm if this is required.
I did not find references for the necessity of this delay, could you enlighten me please?

Thank you,
João Simões