MCU Core Self Test - S32K144 freescale

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCU Core Self Test - S32K144 freescale

2,536件の閲覧回数
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 返答(返信)

2,028件の閲覧回数
swapnilmisal001
Contributor I

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

0 件の賞賛
返信

2,028件の閲覧回数
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 件の賞賛
返信