S32K144 SCST fail when interrupt nesting happen

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 SCST fail when interrupt nesting happen

318 Views
stanley_wu
Contributor I

Hello, we run the SCST in Thread Privileged, but the test always will be failed after several minutes system operation. If we set all the interrupts with the same priority, the SCST will be passed. So it seems like the interrupt nesting has impact on the SCST.

Could you explain if there is a conflict between interrupt nesting and SCST? And how to solve this problem?

Thank you in advance!

0 Kudos
1 Reply

312 Views
naveenm
NXP Employee
NXP Employee

Hi Stanley,

To avoid problems with nesting, the solution is to run the first group of tests (TestID 0-15) with disabled interrupts in the NVIC controller. Second group of tests (TestID 16-43) can be executed without any restrictions.

Hope this helps.

Regards,

NaveenM

0 Kudos