Bug into CHIP_SYSCON_PERIPH_RESET_T for LPC5411x

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bug into CHIP_SYSCON_PERIPH_RESET_T for LPC5411x

540 Views
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 Reply

531 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello carlobramini,

Yes, you are right, thanks for your sharing.

 

Regards,

Alice

0 Kudos