MPC5746R Online BIST Problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MPC5746R Online BIST Problem

1,286 次查看
erdemms
Contributor I

Dear community,

I'm trying to implement online BIST for MPC5746R according to topic " Example MPC5746R Online BIST GHS614".

The problem is that after starting the test (with RUNSW register), the debugger connection lost and I cannot read the registers I need. Therefore, test is started with reset button (BIST executed at first in the code) and debugger is connected at the run time to check registers. However, I'm unable to verify registers. It seems test is not executed. Can you help me with the code?

Test code is attached.
I will appreciate your help

Best Regards, thank you

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,227 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

The problem is that after starting the test (with RUNSW register), the debugger connection lost and I cannot read the registers I need. Therefore, test is started with reset button (BIST executed at first in the code) and debugger is connected at the run time to check registers. However, I'm unable to verify registers. It seems test is not executed. Can you help me with the code?

There is really no issue here.

I am curious how do you want to read micro registers if they are being accessed and tested by BIST patterns.

The device will perform the Online BIST and then reset the device. That is why you will loose connection with debug tool.

After reset you can attach with debugger and read the results from SW registers.

But I guess you code is running right into the next Online BIST as you do not have any result reading routine present for debugging.

regards,

Peter

0 项奖励
回复