STM32L433 STOP2 current draw higher than expected
We are working on a project which requires us to put our STM32L433 MCU's into a low power mode with memory retention(STOP2 mode). When measuring the IDD current draw on our NUCLEO-L433RC-P in STOP2 mode, we found that at 1.8V VDD the current consumption is as expected (<2uA). If we raise the voltage to 3.3V VDD, while still beeing in STOP2 mode, the current jumps up to ~400uA(should be <2.3uA).
All supply pins are connected together(except 1.2VDD), SMPS is disconnected from 1.2VDD, debugger is disconnected using jumpers. No peripherals have been explicitly enabled. All GPIO's except the wakeup interrupt pin are configured as analog inputs.
What can cause this jump(non-linear with voltage) in current draw when increasing the supply voltage from 1.8V to 3.3V?
Section in Datasheet:

IDD current draw(1.8V on the left, 3.3V on the right):
Jumper settings:

