Bug into CHIP_SYSCON_PERIPH_RESET_T for LPC5411x

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

Bug into CHIP_SYSCON_PERIPH_RESET_T for LPC5411x

963 次查看
carlobramini
Contributor II

In my opinion, there is a bug into syscon_5411x.h  files when defining CHIP_SYSCON_PERIPH_RESET_T enum type.

From the datasheet, you read this:

carlobramini_0-1600354633613.png

But the include file is:

carlobramini_1-1600354734686.png

For making it working, it is required to change definition of RESET_USB to:

 

RESET_USB = 32 + 25, /*!< USB Reset */

 

I'm using lpc5411x_xpresso54114_lpcxpresso_v3.00.001_35.

I hope that you will find this report useful.

Sincerely,

Carlo Bramini.

 

1 回复

954 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello carlobramini,

Yes, you are right, thanks for your sharing.

 

Regards,

Alice

0 项奖励
回复