32.2.4. ThreadX Lowpower
32.2.4.1. Overview
The threadx hello example shows threadx low power support.
32.2.4.2. Board Setting
No special settings are required
32.2.4.3. Running the example
When the example runs successfully, the thread run information will be displayed in the terminal periodically:
thread_0_entry
ThreadX Hpmicro Demonstration **** (c) 2023 Hpmicro
thread 0 events sent: 0
thread 1 messages sent: 0
thread 2 messages received: 0
thread 3 obtained semaphore: 0
thread 4 obtained semaphore: 0
thread 5 events received: 0
thread 6 mutex obtained: 0
thread 7 mutex obtained: 0
thread_5_entry
thread_3_and_4_entry
thread_3_and_4_entry
thread_6_and_7_entry
thread_6_and_7_entry
thread_1_entry
thread_2_entry
ThreadX Hpmicro Demonstration **** (c) 2023 Hpmicro
thread 0 events sent: 1
thread 1 messages sent: 135701
thread 2 messages received: 135659
thread 3 obtained semaphore: 2
thread 4 obtained semaphore: 2
thread 5 events received: 0
thread 6 mutex obtained: 2
thread 7 mutex obtained: 2