LPC55S69 SDK bug: FFR_GetUUID generates div per 0 hardfault

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

LPC55S69 SDK bug: FFR_GetUUID generates div per 0 hardfault

Jump to solution
676 Views
v_canoz
Contributor III

I'm using latest SDK.
By default Cortex M33 does not generate a hardfault when dividing by 0.

However, if you enable it with 

SCB->CCR |= 0x10;

The CPU will crash when calling FFR_GetUUID() from fsl_iap.

Could you please correct it for the next SDK revision?

Thanks,

Victor

0 Kudos
1 Solution
666 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Victor,

Thanks for pointing this out. We'll escalate it so that it's considered for upcoming SDK revisions.

Regards,
Gustavo

View solution in original post

0 Kudos
1 Reply
667 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Victor,

Thanks for pointing this out. We'll escalate it so that it's considered for upcoming SDK revisions.

Regards,
Gustavo

0 Kudos