S32K142 CPU Type

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

S32K142 CPU Type

1,360 次查看
jxl
Contributor I

Hi,

   I'm using S32K142 64-pin package, but I only find S32K142_100 100-pin package in SDK. How can I build a project of S32K142 64-pin package? Thanks! 

0 项奖励
3 回复数

1,128 次查看
jxl
Contributor I

Hi,

   I have solved this problem, but there's another one. 

When I was debugging my project, it jumped to DefaultISR after ran the  PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);

then I found it jumped to DefaultISR after ran the following assignment when I did single step debugging.

pastedImage_1.png

I'm using S32K142 64-pin package for develop. What may cause this problem?

Thanks!

0 项奖励

1,128 次查看
victorjimenez
NXP TechSupport
NXP TechSupport

Hello,

What version of the SDK are you using? Could you please try to use the newest version available to see if the problem persists? Regarding on how to change the package on S32DS Processor Expert, please refer the following community document.


Have a great day,
TIC

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------

0 项奖励

1,096 次查看
irvinwu
Contributor I

Please check out the SOSC_CLK setup. Make sure the setting frequency is consistent with the crystal you actually used in the circuit. Further, The SOSC "High-gain Oscillator Select" must be set properly. You can switch the mode and check out whether the  "stuck in DefaultISR" problem exist.

0 项奖励