Thanks, yes, I'm aware that the manual indicates the comparators should work in all stop modes. For me though they work in Sleep mode but do not wake up the mcu in any Stop mode. Hence the question. The code is the same in both cases other than changing the low power mode call. The device enters low power mode but isn't being woken up as it is in Sleep mode.
As said, this is working in Sleep mode. When the voltage crosses 1/4 VREFint an interrupt is generated that wakes the mcu. Exactly the same configuration is being used with Stop mode, just the call to Stop rather than Sleep changed, but it isn't coming out of Stop mode. Stop mode wake-up is working elsewhere, with RTC events causing a wake-up, no problem.
That is:
COMP_Start(); // comparators are stopped when they trigger