what is the use of _loadDcdcTrim() in `1040_flexspi_nor.ini` file ?

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

what is the use of _loadDcdcTrim() in `1040_flexspi_nor.ini` file ?

跳至解决方案
223 次查看
5angxr
Contributor II

in this function, it  reads 0x401F4490 & 0x401F4480 registers, which are `Value of OTP Bank1 Word1 (Memory Related Info.) (MEM1) ` & `Value of OTP Bank1 Word0 (Memory Related Info.) (MEM0) `.

5angxr_0-1715152818484.png

what do they really mean?

most importantly, do I need to invoke _loadDcdcTrim() in my project's debug .ini file?

标记 (1)
0 项奖励
回复
1 解答
179 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @5angxr ,

Thanks for your interest in NXP MIMXRT series!

This function is used to read the Trim value of DCDC in the register. Specific information is not officially released, you can follow the implementation of the SDK to write, the function is required to write ini file.

Best regards,
Gavin

在原帖中查看解决方案

0 项奖励
回复
1 回复
180 次查看
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @5angxr ,

Thanks for your interest in NXP MIMXRT series!

This function is used to read the Trim value of DCDC in the register. Specific information is not officially released, you can follow the implementation of the SDK to write, the function is required to write ini file.

Best regards,
Gavin

0 项奖励
回复