IMXRT117x: Core Voltage Level check

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

IMXRT117x: Core Voltage Level check

281 次查看
TCL_1
Contributor II

Hi,

On my custom board based on IMXRT1175 processor, I found the M7 and M4 core voltage (VDD_SOC_IN and VDD_LPSR_DIG) all close or reached the high limitation of 1.15V, under the operating condition M7 core at 500Mhz, M4 core at 240Mhz. So, it seems that the actual core voltage is high at a middle working frequency, and my questions are:

1. is this -1.15V core voltage- normal condition? 

2. can I reduce the core voltage and how to do this?

TCL_1_0-1669973381676.png

 

Many thanks!

 

0 项奖励
1 回复

272 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @TCL_1 ,

1. Yes. This is because the DCDC output voltage will not change automatically. You must change it by software.

2. You can use DCDC_AdjustTargetVoltage() function to set DCDC output voltage, which can be found in fsl_dcdc.c. Please refer to pwer_mode_switch example to see how to use it.

 

Regards,

Jing

0 项奖励