MCU Core Self Test - S32K144 freescale

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCU Core Self Test - S32K144 freescale

2,404 次查看
swapnilmisal001
Contributor I

Hello,

I am working on MCU core self test functionality for freescale S32K144 series. I have user manual, object files and include files with me which comes in installation folder of NXP. In user manual I came across following details regarding Interrupts handling :

To support MCU core self test execution, the SCST library includes its own interrupt
vector table. When one of such tests is to be executed, the SCST library replaces the
application / OS vector tables after which all the interrupts directed to the SCST specific one.
The SCST specific ISRs first recognize whether exception condition was triggered by the
SCST library and if not, determines matching application ISR, and passes execution control to it.

As I have integrated only object files in my code and I don't have source code, so I have a doubt that, how SCST library will determine matching ISR and how it will pass the control to it?

Please guide me through this with more details.

0 项奖励
回复
2 回复数

1,896 次查看
swapnilmisal001
Contributor I

Mistake in assigning memory for SCST execution, So this issue is solved 

0 项奖励
回复

1,896 次查看
swapnilmisal001
Contributor I

I have added library to my code, generated hex file. But when I debug, getting Hard Fault after when pass by function m4_scst_execute_core_tests().

Not able to identify reason for it.

0 项奖励
回复