nRF5340 UART driver doesn't exit low power mode when it receives data

Hi,

In the attached hello world example that I modified for the nRF5340DK board, the nRF UARTE serial driver doesn't exit low power mode when I type any characters on my TeraTerm window.

If you comment out the following line:

CONFIG_PM_DEVICE_RUNTIME=y

my hello world application starts working correctly.

3173.hello_world.zip

Parents Reply
  • Hi Hieu,

    Before I migrated to NCS 2.9.0, I was on NCS 2.6.1. This same hello world program works in NCS 2.6.1.

    As a test, I tested every major NCS releases since 2.6.1. Here are the results:

    NCS 2.6.1 - working

    NCS 2.7.0 - working

    NCS 2.8.0 - does not work

    NCS 2.9.0 - does not work

    NCS 3.0.0 preview1 - working

    This issue with the UART not exiting low power mode got introduced in NCS 2.8. It got fixed again in NCS 3.0.0_preview1.

Children
Related