S32K144 Bootloader demo with PLL could not work

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

S32K144 Bootloader demo with PLL could not work

跳至解决方案
1,188 次查看
KILLERzheng
Contributor IV

I get the demo from unified bootloader framework, but it could not work with the PLL enable, and when the project init clock, it goes to hardware error. On the other hand, if I set the PLL false, it could works. I do not know where the error is. Besides the EXTAL of my board is 16MHz, is there any wrong with the hardware designing?

标记 (2)
0 项奖励
1 解答
1,173 次查看
Senlent
NXP TechSupport
NXP TechSupport

try this configuration.

Senlent_0-1644484549796.png

 

在原帖中查看解决方案

0 项奖励
5 回复数
1,179 次查看
Senlent
NXP TechSupport
NXP TechSupport

Hi@KILLERzheng

This routine uses an 8M external clock crystal oscillator by default. If you use a 16M crystal oscillator, there will be problems. You need to change the clock configuration, or replace the crystal oscillator with 8M. If you don't change the crystal oscillator, you have to change the configuration of the clock part of the BT and APP routines.

0 项奖励
1,175 次查看
KILLERzheng
Contributor IV

Hi Senlent,

Thanks for you response.

I have not been familiar with PLL configuration, could you please give me some suggestions that how to configure with it?

0 项奖励
1,174 次查看
Senlent
NXP TechSupport
NXP TechSupport

try this configuration.

Senlent_0-1644484549796.png

 

0 项奖励
1,167 次查看
KILLERzheng
Contributor IV

Do you mean that way to modify the configuration?

 

KILLERzheng_0-1644485591003.png

 

0 项奖励
1,150 次查看
Senlent
NXP TechSupport
NXP TechSupport

Hi@KILLERzheng

yes, please have a try.

0 项奖励