MIMXRT1170-EVK run with 800MHz crash

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

MIMXRT1170-EVK run with 800MHz crash

跳至解决方案
1,175 次查看
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? 

标签 (1)
0 项奖励
回复
1 解答
1,140 次查看
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 项奖励
回复
1 回复
1,141 次查看
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 项奖励
回复