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