MIMXRT1170-EVK run with 800MHz crash

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

MIMXRT1170-EVK run with 800MHz crash

Jump to solution
429 Views
ymj-123
Contributor I

I choose the "BOARD_BootClockRUN_800M" instead of "BOARD_BootClockRUN" function. But the RT1176DVMAA mcu will crash at the 'CLOCK_SetRootClock(kCLOCK_Root_M7, &rootCfg)' function. How to deal with it? 

Labels (1)
0 Kudos
1 Solution
394 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @ymj-123,

I have stumbled into this issue as well in the past. There seems to be a problem with certain batches of the RT1170's ARM PLL, where they are not able to generate a 2.4GHz signal (which is used on the BOARD_BootClockRUN_800M and divided by 3 in order to achieve the the 800MHz clock).

The best work arounds I found were setting the "armPllConfig_BOARD_BootClockRUN_800M" as follows for a 804MHz frequency:

2.png

Or setting this configuration variable like this for a difference of 2MHz:

4.png

Please let me know if this helps.

BR,
Edwin.

View solution in original post

0 Kudos
1 Reply
395 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @ymj-123,

I have stumbled into this issue as well in the past. There seems to be a problem with certain batches of the RT1170's ARM PLL, where they are not able to generate a 2.4GHz signal (which is used on the BOARD_BootClockRUN_800M and divided by 3 in order to achieve the the 800MHz clock).

The best work arounds I found were setting the "armPllConfig_BOARD_BootClockRUN_800M" as follows for a 804MHz frequency:

2.png

Or setting this configuration variable like this for a difference of 2MHz:

4.png

Please let me know if this helps.

BR,
Edwin.

0 Kudos