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

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

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

Jump to solution
113 Views
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?

Tags (1)
0 Kudos
1 Solution
69 Views
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

View solution in original post

0 Kudos
1 Reply
70 Views
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 Kudos