Hello,I am working with a AT25XE081D-MAHN-T via this schematic (note the MX25U8035FZUI is our second choice as this is a low power application).The issue I am seeing is that the device is not entering ultra deep power mode.I can see on the oscilloscope/multimeter that nHOLD, nWP are being held high. I can, also, see that the proper command 0x79 is being sent on the MOSI line. Before the ultra deep power mode command, the ID command, 0x9f, returns the correct ID - after the command, the device returns zeros (expected). The problem is that I am not seeing a reduction in current draw from the device. Before and after the command, the current draw is 90uA.The current is being measured via this circuit:This is my command line log via UART:flash id gets the ID (0x9f).flash write does a dummy write (0x02).flash erase performs a chip erase (0x60).flash read does a read back for the dummy write (0x0b).flash sleep puts the device into ultra deep power mode (0x7f).flash wake takes the device out of UDPM (0xab).Again, I can see my uC sending and receiving properly over the SPI interface.