Does the LPC5536 include the Code Watchdog (CDOG) peripheral?

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

Does the LPC5536 include the Code Watchdog (CDOG) peripheral?

跳至解决方案
1,534 次查看
SWB
Contributor I

The datasheet and manual for the LPC5536 indicate that it includes the Code Watchdog (CDOG) peripheral. However, it is missing from the MCUXpresso device header file (LPC5536.h), and also the relevant driver files are missing (e.g. fsl_cdog.h and fsl_cdog.c).

The CDOG peripheral does appear in the header file for the LPC55S36 (e.g. LPC55S36.h), and the relevant driver files are present for the LPC55S36. But this is not documented in the datasheet or manual as a difference between the LPC55S36 and LPC5536.

Does the LPC5536 have the CDOG peripheral? If so, I assume I can simply copy the relevant details from the LPC55S36 files into the LPC5536 files to make it work?

Thank you!

0 项奖励
回复
1 解答
1,473 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @SWB 

Yes LPC5536 contains CDOG peripheral, you can copy CDOG headers from LPC55S36.

 

BR

Alice

在原帖中查看解决方案

2 回复数
1,474 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @SWB 

Yes LPC5536 contains CDOG peripheral, you can copy CDOG headers from LPC55S36.

 

BR

Alice

1,504 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @SWB 

I will confirm with internal, then reply you with any update, sorry for the inconvenient to you.

 

BR

Alice

0 项奖励
回复