i.MXRT1170 M4 Core Off function

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MXRT1170 M4 Core Off function

1,429件の閲覧回数
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,385件の閲覧回数
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,340件の閲覧回数
user_Egertons
Contributor I

Thank you very much for your reply.

I will proceed with the above approach.

0 件の賞賛
返信

1,364件の閲覧回数
mayliu1
NXP Employee
NXP Employee

Thanks Ran's reply.

0 件の賞賛
返信