2024-08-13 02:59 AM - edited 2024-08-15 06:26 AM
We are encountering an issue with the STM32WB55CGU when using it in combination with OpenThread, particularly related to the low power mode. Below are the details of the issue:
Software Versions:
Problem Description: We have configured the STM32WB55 to enable low-power mode, but we are experiencing the following issues:
Configuration: The low power mode was configured using the standard function available in the STM32CubeMX .ioc file. No external peripherals are involved in this setup.
Observations:
Additional Question: We also noticed that it is necessary to select a UART for OpenThread, even though it is not being used in our configuration. If the UART is not selected, we encounter an error when generating the code. Could you please clarify why this is required and if there is a way to avoid this dependency?
Attempts to Resolve: We have tried monitoring the behavior using the debugger, but the issue does not reproduce in debug mode. Unfortunately, we do not have any logs or specific error messages available when the issue occurs.
Attached is the .ioc file for reference. We would appreciate your assistance in identifying any potential configuration issues or providing guidance on how to debug this problem further in low power mode.
2024-09-13 10:07 AM
Hello @hdw
On the Wireless applications, we are using the LPM (Low Power Manager) to control the Low power modes on the sequencer that is used to control the execution of the different tasks. More details available on this AN5289.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.