MONBIST execution on tc39

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

cross mob
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

I am trying to trigger MONBIST execution and get the MONBIST results on  ( trace 32 Simulator )but it stuck here despite TSTEN is enabled but test doesn't startScreenshot 2022-12-22 231513.png

0 Likes
1 Solution
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored

Hi,

Please refer to the ILLD APIs Ifx_Ssw_Monbist(), and Ifx_Ssw_MonbistCheck() for Monbist execution and MONBIST error state check.

Best Regards.

View solution in original post

0 Likes
5 Replies
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored

Hi,

Please refer to the ILLD APIs Ifx_Ssw_Monbist(), and Ifx_Ssw_MonbistCheck() for Monbist execution and MONBIST error state check.

Best Regards.

0 Likes
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

There's not any functions with this name

0 Likes
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored

Hi,

You can find these APIs as a part of Ifx_Ssw_Infra.c

Best Regards.

0 Likes
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

How can i include those functions because when include header file of them there are don't appear

0 Likes
Prudhvi_E
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 25 likes received

Hello,

The functions are based on the macro "IFX_CFG_SSW_ENABLE_MONBIST" defined in the file Ifx_Cfg_Ssw.h. If you enable it during the startup itself, the test is executed automatically.

Please search for IFX_CFG_SSW_CALLOUT_MONBIST definition and Ifx_Ssw_Monbist function in the ADS project you're using for more details. Either you can enable the macro which is mentioned in the previous paragraph or copy the logic and call it as per you need.

Regards,

Prudhvi.

0 Likes