-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed as not planned
Closed as not planned
Copy link
Labels
DuplicateThis issue is a duplicate of another issue (please specify)This issue is a duplicate of another issue (please specify)area: LoRaarea: Power ManagementbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32
Description
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:
- Add
CONFIG_PM=ytoprj.confin sampledrivers/lora/send west build -p always -b lora_e5_dev_board samples/drivers/lora/sendwest 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)This issue is a duplicate of another issue (please specify)area: LoRaarea: Power ManagementbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32