MBIST test for TC387 from examples.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
User22447
Level 1
Level 1
First like given 5 replies posted 5 sign-ins

Hello team,

I am using the demo example from https://github.com/Infineon/AURIX_code_examples/tree/master/code_examples here. In MBIST demo example, default MBIST is for DMA. By using ADS compiler, MBIST test is passing correctly. But if used same example for testing the CPU0_DSPR(test_MTU_MBIST(IfxMtu_MbistSel_cpu0Dspr);), it is failing in the highlighted instruction i.e. while enabling the SSH for CPU0. Please let me know the reason befi

Please help me to perform MBIST for different IP in TC387. 

0 Likes
1 Solution
Yuva
Moderator
Moderator
Moderator
250 replies posted 250 sign-ins 100 solutions authored

Hi,

I guess there is access to the CPU0 DPSR/DCACHE during the test, this is a violation. Please refer to details in section 13.3.8.1 of the user manual.

Thanks.

View solution in original post

0 Likes
3 Replies
User22447
Level 1
Level 1
First like given 5 replies posted 5 sign-ins

User22447_0-1638985009660.png

 

0 Likes
Yuva
Moderator
Moderator
Moderator
250 replies posted 250 sign-ins 100 solutions authored

Hi,

I guess there is access to the CPU0 DPSR/DCACHE during the test, this is a violation. Please refer to details in section 13.3.8.1 of the user manual.

Thanks.

0 Likes
User22447
Level 1
Level 1
First like given 5 replies posted 5 sign-ins

Yes, I got it. while debugging it will violate. Need to free run the test.

Thanks

0 Likes