I'm currently developing using S32 Design Studio V3.5,
and running the example code power_mode_switch_s32k144 on the s32k144-q100-evaluation-board.
The goal is to measure the MCU's current consumption.
I made sure the board was powered with a 12V supply before running the debug_flash_pemicro programming. And It seemly work.
After I configured the S32K144 to VLPS mode
cc_Hsieh_2-1747363465696.png
I removed the 0-ohm resistor at the EVB’s measurement point to perform current measurement (as shown in the image).
cc_Hsieh_1-1747363419315.png
I used an MT-1210 digital multimeter to take the measurements directly.
cc_Hsieh_3-1747363615312.png
At room temperature, after entering VLPS Mode, I measured a current of 417 µA.
This value does not match the data provided in the S32K1xx Data Sheet.
cc_Hsieh_0-1747363280103.png
To achieve the current values stated in the S32K1xx Data Sheet,
what additional configurations or settings do I need ?