i.MXRT1170 M4 Core Off function

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

i.MXRT1170 M4 Core Off function

1,382 次查看
user_Egertons
Contributor I

How can the M4 core in the i.MX RT1170 MCU be disabled?

Could you please provide specific feasible methods?

Or is it possible to reduce the core's operating clock frequency to 0?

0 项奖励
回复
3 回复数

1,338 次查看
RanChen
NXP Employee
NXP Employee

Hi @user_Egertons 

 

In RT1170, the CM7 is the primary core and the CM4 is slave core. You need use CM7 to kick-off CM4. Therefore, CM4 is already disabled by default.

 

Besides, if you are concerned about the power consumption issues related to CM4, you can switch the power mode of CM4 by CM7. You can refer to the DEMO in the SDK first.

The path to demo is: SDK_2_16_000_MIMXRT1170-EVKB\boards\evkbmimxrt1170\demo_apps\power_mode_switch

 

Best regards

Ran Chen 

 

 

1,293 次查看
user_Egertons
Contributor I

Thank you very much for your reply.

I will proceed with the above approach.

0 项奖励
回复

1,317 次查看
mayliu1
NXP Employee
NXP Employee

Thanks Ran's reply.

0 项奖励
回复