2022-10-18 02:32 PM
2022-10-19 06:18 AM
Hello @XGao.2 (Community Member)
You can take a look in STM32MCU Wiki Introduction to THREADX, chapter 5.2Low power feature
Introduction to THREADX - stm32mcu
Best regards,
Romain,
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.
2022-10-19 06:48 AM
Hi RomainR
Thank you for your reply.
I read some Threadx low power documents, including microsoft github resource. I still can not fix my Threadx based project low power mode problems. I know I must missed something and need more working around.
After following that FreeRTOS video, it is very easy to create low power mode demo project in half hour. It is very low power consumption and very reliable. I was wondering if ST has same kind of trial video for Threadx. Now I have to port my project to FreeRTOS base until ST can make Threadx low power mode easy to use.
2022-10-19 07:09 AM
@XGao.2 (Community Member)
Check the Azure RTOS workshop MOOC on Youtube.
MOOC - Azure RTOS step by step workshop
I do not watch all part, maybe look in step 5 ThreadX Feature.
BR
romain,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
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.
2022-10-19 07:30 AM
The low power functions is not included.See my CubeIde:
Anyway, thanks again.