Testing WDOG in i.mx93

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

Testing WDOG in i.mx93

1,142 次查看
Robbi
Contributor II

Hi Team,

                       I'm trying to test internal WDOG in imx93. There are WDOG1-WDOG5, where 4,5 are for A-55. I had gone through all WDOG section in RM. Which contains Registers, unlocking mechanisms and soon. But my doubt is Which WDOG is used for the application given in RM SEC-69.And How to config particular WDOG.

Another thing there is a pin WDOG_ANY showing as ALT0, but in RM it is showing there is no external signals for WDOG. So this WDOG are used for internal purpose only as a interrupts.

Suggest me to test internal WDOG in imx93-11x11 EVK.


Thanks

Robbi.

0 项奖励
回复
4 回复数

1,113 次查看
danielchen
NXP TechSupport
NXP TechSupport

 

For WDOG_ANY,  it is an output,

on the EVK the iMX93 WDOG_ANY, pin J18, is wired on the PCA9451A WDOG_B, pin 28.

 

danielchen_2-1741692392375.png

 

Regards

Daniel

 

0 项奖励
回复

1,117 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi @Robbi 

 

For how to configure WDOG, I would suggest you refer to i.mx93 SDK.

You can download the SDK  (MCIMX93-EVK) from 

MCUXpresso SDK Builder

In the SDK, there is a WDOG32 example,  fast testing is first implemented to test the wdog32. After this, refreshing the watchdog in none-window mode and window mode is executed. Please refer to the demo for more details.

 

Regards

Daniel

0 项奖励
回复

1,082 次查看
Robbi
Contributor II

Thanks @danielchen ,

                                       I'm using MCUXpressoIDE extension  in VSCODE. And as per approach installed MIMX-93SDK and imported the wdog33 example. During the build I getting few errors 

  1. bitbake directory not found.
  2. cmake configure not found.

PFA,

And I if flashed this bin file the target will be A-55 or M-33 (do I need to change any boot mode settings).

 

Thanks 

Robbi

0 项奖励
回复

1,048 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Robbi:

 

AN14220 described  how to debug cortex-M with VS code on i.MX 93.    A few prerequisites needs to be installed first. 

Please refer to below link for more details.

https://docs.nxp.com/bundle/AN14120/page/topics/introduction.html

 

Regards

Daniel

0 项奖励
回复