Implement the low power support in FreeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Implement the low power support in FreeRTOS

跳至解决方案
1,095 次查看
kein_sunion
Contributor I

Hello everyone,

 

I have an existing FreeRTOS project designed for a power-saving application, and I am preparing to migrate it to a new IC, the MCXC141.

In the old project, setting configUSE_TICKLESS_IDLE to 1 allowed the system to enter low power mode when tasks were idle, and the low power support feature provided by the manufacturer.

Here is a couple of questions:

  • Can I simply set configUSE_TICKLESS_IDLE to 1 to enable low power support on the new IC or the only way is implemented by myself?
  • Are there any other methods to achieve low power support?

 

Thank you for your help!

标签 (1)
0 项奖励
回复
1 解答
1,054 次查看
Joey_z
NXP Employee
NXP Employee

hi,kein_sunion

The MCX C144 microcontroller are ideal for embedded applications that require low power consumption, flexibility, and cost effectiveness. It has multiple low-power modes, which need to be selected and configured according to specific needs.

The questions you raise are suggested in the introduction linked below.

Note about the source code in the document (nxp.com)

This link explains The MCXC444 microcontroller family provides an explanation ultra-low-power feature for the power sensitive market. This MCU family implements several low-power modes to meet this  requirement. The application note provides detailed information about each power mode and includes case examples in the  SDK power mode switch example demo.

Hope it can help you.

BR

Xu Zhang

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,055 次查看
Joey_z
NXP Employee
NXP Employee

hi,kein_sunion

The MCX C144 microcontroller are ideal for embedded applications that require low power consumption, flexibility, and cost effectiveness. It has multiple low-power modes, which need to be selected and configured according to specific needs.

The questions you raise are suggested in the introduction linked below.

Note about the source code in the document (nxp.com)

This link explains The MCXC444 microcontroller family provides an explanation ultra-low-power feature for the power sensitive market. This MCU family implements several low-power modes to meet this  requirement. The application note provides detailed information about each power mode and includes case examples in the  SDK power mode switch example demo.

Hope it can help you.

BR

Xu Zhang

0 项奖励
回复