STM32U385: Is there any way to save data autonomously in Stop mode without CPU wakeup?
I'm working on a project using the STM32U385 and I'm trying to find a way to detect a specific condition and save data while the device stays in a low-power Stop mode — without waking up the CPU to do the saving.
Is there any peripheral combination or hardware feature on the STM32U385 that allows:
1. Detecting a condition (e.g., via Comparator, ADF, or LPTIM) while in Stop mode
2. Saving/writing data to memory autonomously — still in Stop mode, without waking up the CPU
If this is not possible natively, is there a recommended approach or workaround for this use case on the STM32U3 series?
Thanks in advance!
