eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.92k stars 797 forks source link

How to use TX_LOW_POWER in arm cortex-R SMP system #154

Closed carll00226 closed 2 years ago

carll00226 commented 2 years ago

Hi : I notice that tx_low_power utility has been used in file tx_thread_schedule.S for arm cortex-M , then how to use it in cortex-R SMP system? Maybe we can create a lowest prority idle thread and call tx_low_power_enter in it? Would you please give me some advices, thanks a lot.

goldscott commented 2 years ago

The low power code has not been designed for the SMP ports. It will not work.