Thank you for your response.
I do remove the JTAG during measurements, and the GPIOs are properly configured.
I resolved the issue by adding isolation of the VDD in low power mode by calling the function SPC_SetExternalVoltageDomainsConfig(SPC0, 0x3F, 0x0U).
In this configuration, I obtain 1.3 µA, which is correct.
However, I performed the same test on a proprietary board that has an MCXN547VNLT, and I do not get the same results:
- On the FRDM kit, I measure 15 µA without VDD isolation and 1.3 µA with VDD isolation.
- On our board (MCXN547VNLT), I obtain 8 µA without VDD isolation and 45 µA with VDD isolation.
Additionally, in both cases, I'm not using the internal DC-DC converter but the internal LDO.
Has anyone already performed deep power down measurements on the 547 in the HLQFP100 package?