OpenAMP_TTY_echo_wakeup can't manage to wakeup M4
Hi there,
I'm developing on a STM32MP157 custom board. I'm trying to work with power modes, and I tried to import the OpenAMP_TTY_echo_wakeup example inside our M4 firmware.
I already had the IPCC module set up and I use virtUart periperal without any problem.
I can send the "*stop" message and I can see that the M4 stops working (and also consumes less), however if I try to send "echo "wakeup" >/dev/ttyRPMSG0" the M4 won't wakeup (the last trace says [00033.410][INFO ]Going into CStop mode ).
Is there anything that may be set in the devicetree that i'm not setting? I have a wakeup button to exit from A7 Cstop that works fine.
Thanks so much
EDIT: probably the clocks (specially M4 side) are not the same. Is there any configuration preferable?
