Slight error in SDK i.MX RT 1015 clock config code

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

Slight error in SDK i.MX RT 1015 clock config code

569 Views
mjbcswitzerland
Specialist V

Hi All

This is the example code in SDK for i.MX RT 1015 clock configuration and the DCDC voltage regulator setting for 500MHz operation:

    /* Setting the VDD_SOC to 1.5V. It is necessary to config AHB to 500Mhz. */
    DCDC->REG3 = (DCDC->REG3 & (~DCDC_REG3_TRG_MASK)) | DCDC_REG3_TRG(0x12);

The value DCDC_REG3_TRG(0x12) is for 1.25V and not for 1.5V

I believe the comment is incorrect since the specification gives 1.15..1.3 for overdrive conditions in Run mode.

Regards

Mark

Labels (1)
0 Kudos
1 Reply

512 Views
jeremyzhou
NXP Employee
NXP Employee

Hi Mark,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
Yes, correct, the comment is not right and thanks for you pointing it out, I'll report it to the SDK team for checking.

Have a great day,

TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos