Bug report for S32DS S32K324

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

Bug report for S32DS S32K324

Jump to solution
552 Views
ZhouPengfei
Contributor III

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

0 Kudos
Reply
1 Solution
538 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

thanks for report, I can reproduce the issue and created bug ticket for that. 

View solution in original post

1 Reply
539 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

thanks for report, I can reproduce the issue and created bug ticket for that.