Resetting S32k344 through a function call/outside input

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

Resetting S32k344 through a function call/outside input

284 次查看
pb632146
Contributor V

I am currently using Power_Ip_PerformReset(&Power_Ip_HwIPsConfigPB_BOARD_InitPeripherals); to reset my board when I call it through outside input, however this is appearing to cause some strange issues with my i2c where some values are getting messed up, I have a data request that should only return values in the 8th and 1st bit, but I am getting a 1 in the 3rd bit which should be impossible with the register I am reading from. When I cycle the power the issue goes away until I call the reboot again at which point I need to cycle power again.

What other options do I have to reset the program to the start from a function call?

0 项奖励
回复
1 回复

262 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @pb632146,

Do you have available a project to share so I can replicate this issue in our boards? Also, could you try to read the reset reason just to confirm if a SW reset is being correctly performed? 

Best regards,
Julián

0 项奖励
回复