S32K144 Bootloader demo with PLL could not work

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K144 Bootloader demo with PLL could not work

ソリューションへジャンプ
1,224件の閲覧回数
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,209件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

try this configuration.

Senlent_0-1644484549796.png

 

元の投稿で解決策を見る

0 件の賞賛
5 返答(返信)
1,215件の閲覧回数
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,211件の閲覧回数
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,210件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

try this configuration.

Senlent_0-1644484549796.png

 

0 件の賞賛
1,203件の閲覧回数
KILLERzheng
Contributor IV

Do you mean that way to modify the configuration?

 

KILLERzheng_0-1644485591003.png

 

0 件の賞賛
1,186件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@KILLERzheng

yes, please have a try.

0 件の賞賛