i.MXRT1170 M4 Core Off function

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MXRT1170 M4 Core Off function

377 Views
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 Kudos
Reply
3 Replies

333 Views
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 

 

 

288 Views
user_Egertons
Contributor I

Thank you very much for your reply.

I will proceed with the above approach.

0 Kudos
Reply

312 Views
mayliu1
NXP Employee
NXP Employee

Thanks Ran's reply.

0 Kudos
Reply