Skip to content

Adding CONFIG_PM=y to prj.conf containing CONFIG_LORA=y causes the device to not boot up #62935

@jpro-tt

Description

@jpro-tt

Describe the bug
Hello, I've recently found an issue related to adding CONFIG_PM=y to prj.conf containing CONFIG_LORA=y. Whenever I combine these two configs in prj.conf, my device doesn't boot. I use Wio-E5 Development Kit (LoRa_E5_Dev_Board).

To Reproduce
Steps to reproduce the behavior:

  1. Add CONFIG_PM=y to prj.conf in sample drivers/lora/send
  2. west build -p always -b lora_e5_dev_board samples/drivers/lora/send
  3. west flash

Other samples may be used, but they also fail to work.

Expected behavior
A device boots and prints logs to UART console.

Impact
I cannot use power management in my applications using LoRaWAN.

Logs and console output
There is no output in console.

Additional context
I use default devicetree in these samples.

Metadata

Metadata

Assignees

Labels

DuplicateThis issue is a duplicate of another issue (please specify)area: LoRaarea: Power ManagementbugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions