Other Parts Discussed in Thread: AM2632,
Hi TI Team,
I have referenced the AM2632 MCU+SDK example code to implement PBIST, and the implementation has been successfully validated on the AM2632 MCU.
But when I try to implement pbist function on am2612 plateform, I met some problems.
I implemented the pbist function using mcu_plus_sdk_am261x_10_00_01_10 without the pbist example. As a result, the first step fails.
testResult = s32PbistRunTest(SDL_PBIST_INST_TOP, true);
As you can see, the application tries to run the failure test, but it gets stuck. After waiting 13 seconds, tset fails.
Strangely,It was successful if I use the pbist example in sdk:mcu_plus_sdk_am261x_10_02_00_15: sdl_pbist_example_am261x-som_r5fss0-0_nortos_ti-arm-clang by CCS debug.

I have been init the SDL_DPL_init before the pbist function.I wonder if I have missed any Settings.
Your Assistance and guidance will be greatly appreciated.
This is the mcu_plus_sdk_am263x_10_01_00_31 example code.