Power Management stopped shell working on uart0

Hello,

I'm trying to implement runtime power management (SDK 2.9.0), but as soon as I enable the option, the shell and logging on UART0 stop working at startup. The rest of the system functions normally.The status of UART0 is active, and I have never put it in standby.

Do you have any idea what might be causing this?

Changed configuration options :
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
If I remove these two lines, everything works fine...

BR
Parents Reply Children
Related