Hey Pablo,
Thank you for the reply. For this project, I am using Kinetis Design Studio as IDE since the MK10 is not compatible/supported by MCUxpresso, and using LPC-Link 2 as debug probe for a company specific board. I've read through the document you've sent before, it was helpful in some ways but not entirely. With KDS, the following function is available to access those low power modes: Cpu_SetOperationMode, and I am using it as Cpu_SetOperationMode(DOM_STOP, NULL, NULL) to get to VLLSx when configured as such in PE.
altatke_0-1643290728440.png
However, regardless of the mode, the current drawn is the same (about 0.38mA) which seems to correspond to a regular STOP mode.
Thank you.