hello, NXP Team.
i'm using the S32k144 it's components repositoy SDK_S32k144_15.
I ran into a problem after deleting and adding a project from the same source in S32 Design studio.
As a result of debugging with T32, a hard fault occurred in DefaultISR (ADC0_IRQ),
but I do not know the reason.
Solved! Go to Solution.
HI
I also encountered this problem, jump directly to
DefaultISR:
b DefaultISR .
What is the meaning of clock reconfiguration ? thank you for your help.
Hi
Have a look at Fault handling on S32K14x, check which exception occurred and the address that caused it.
Please tell me the version of S32DS for ARM(2018.R1 or 2.2)? The version of S32K1xx SDK(3.0.0 or 3.0.2 or 3.0.3)
Please send me a screenshot of the S32DS debugging interface when the step debugging fault occurs.
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
hi ~
1. address ST:0x458 / symbolic : ADC0_IRQHandler is C code (startup_S32K144.S)
2. S32K144_SDK Version ( 3.0.0) / S32K144_AMMCLIB (1.1.20) Use...
3. Debug program T32 is in use.
thank you.
thank you.
i'm solved it.
clock re setting and gencode after solved.