Hi,
I would like to report a bug in S32DS.
In system.c which generated by S32DS for S32K3xx serials, the code is below:
#if defined(S32K311) || defined(S32K341) || defined(S32M276) || defined(S32K310) || defined(S32M274)
rasr[2]=0x070B0027UL;
#elif defined(S32K342) || defined(S32K312) || defined(S32K322)
rasr[2]=0x070B0029UL;
#elif defined(S32K344) || defined(S32K396) || defined(S32K358) || defined(S32K388) || defined(S32K328) || defined(S32K338) || defined(S32K348) || defined(S32K394)
rasr[2]=0x070B002BUL;
#endif
When chip is S32K324, there is no code for rasr[2]. And it fall into hardfault
Solved! Go to Solution.
Hi,
thanks for report, I can reproduce the issue and created bug ticket for that.
Hi,
thanks for report, I can reproduce the issue and created bug ticket for that.