I need to put my external Flash into the deepest possible sleep mode possible,
I saw this api in flash.c in Zephyr, I am using the
(flash_ex_op(const struct device * dev, uint16_t code, const uintptr_t in, void * out)). How can I put this to sleep and wakeup.
Thanks