How to set the Aurix TP3xx with the BIST(LBIST MBIST MONBIST) with MCAL ?

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

cross mob
User20447
Level 1
Level 1
Hi ,there is a questin about the BIST.
I have add the Ifx code to mcal code, with the bist action, and there is a trap(BUS ERROR).
void _start(void)
{
osEE_tc_indirect_jump(osEE_tc_core0_start);
}
......

void osEE_tc_core0_start(void)
{
__StartUpSoftware(); <--- this is a ifx function
}

and find the trap is on Ifx_Ssw_jumpToFunctionWithLink funcion?

so how to take the BIST in mcal code?

thanks
0 Likes
0 Replies