LPC54S018M reset error for FLEXCOMM9/10

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

LPC54S018M reset error for FLEXCOMM9/10

Jump to solution
668 Views
G1234
Contributor I

There is an error in #define FLEXCOMM_RSTS in drivers/fsl_reset.h causing FLEXCOMM9 to be resetted when actually FLEXCOMM10 should be resetted:

, ...kFC8_RST_SHIFT_RSTn, kFC9_RST_SHIFT_RSTn, kFC9_RST_SHIFT_RSTn

should be

, ...kFC8_RST_SHIFT_RSTn, kFC9_RST_SHIFT_RSTn, kFC10_RST_SHIFT_RSTn

SDK 2.12.0

 

 

0 Kudos
Reply
1 Solution
653 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @G1234,

Thank you for the feedback, we will update the SDK team about this issue immediately to update the correction.

Best regards, Julian 

View solution in original post

0 Kudos
Reply
1 Reply
654 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @G1234,

Thank you for the feedback, we will update the SDK team about this issue immediately to update the correction.

Best regards, Julian 

0 Kudos
Reply