Re: GD3162 BIST

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: GD3162 BIST

269 Views
Akshat_VE02376
Contributor III
But is it needed to manually give a 15ms delay in the code after writing 1 to the BIST bit? Am I getting 3FF in all the GD registers data bits, because I'm reading the BIST results through REQBIST register just after entering into BIST mode? Could this be the reason?
0 Kudos
Reply
1 Reply

263 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hi Akshat,

Yes, you should wait for the BIST to complete before reading the results. If you read the REQBIST register immediately after entering BIST mode, the test may still be running, causing the registers to return invalid or default values. So after setting the BIST bit, insert a 15ms delay in your code before reading the results. Or you can poll the BIST bit until it clears (indicating BIST has completed).

Screenshot 2025-03-13 141631.png

BR, Tomas

0 Kudos
Reply