Why is there no way to configure MCU peripherals in the Configuration Tool?

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

Why is there no way to configure MCU peripherals in the Configuration Tool?

ソリューションへジャンプ
3,605件の閲覧回数
A-Jay
Contributor III

I created a UART program by myself according to the Uart_Example program, but in the Configuration Tool, I cannot actively configure part of MCU configuration. But in the example program, I can configure it. What is the reason?

The first image is from the Uart_Example application, and the second image is one I created myself.

AJay_0-1670563383627.png

 

AJay_1-1670563913567.png

 

 

 

タグ(2)
0 件の賞賛
返信
1 解決策
3,550件の閲覧回数
DanNguyenDuy
NXP Employee
NXP Employee

Hi A-Jay,

The first one, you need to disable the PLL dividers.

nxf78987_10-1670847897810.png

There are two errors of CMU_FC_11 and CMU_FC_54 are "under control".

To fix those errors, you need to disable "under control" on CMU_FC_11 and CMU_FC_54 (double click on PERIPH PLL PHI0 clock and select as image below:

nxf78987_3-1670847448748.png

The next one, you need disable them in the Mcu configuration by clicks:

nxf78987_4-1670847588924.png

nxf78987_6-1670847680935.png

 

Best regards,

Dan

元の投稿で解決策を見る

6 返答(返信)
3,588件の閲覧回数
DanNguyenDuy
NXP Employee
NXP Employee

Hi A-Jay,

Because they were configured via the interface Clock of IDE. You can click this symbol to view clocks configured.

nxf78987_0-1670814158120.png

Best regards,

Dan

0 件の賞賛
返信
3,574件の閲覧回数
A-Jay
Contributor III
I checked the Clock of IDE, and I set them all the same in Peripheral Clock View.
0 件の賞賛
返信
3,570件の閲覧回数
DanNguyenDuy
NXP Employee
NXP Employee

Hi A-Jay,

What is the package's name you are using?

Best regards,

Dan

0 件の賞賛
返信
3,566件の閲覧回数
A-Jay
Contributor III
Uart_Example_S32R45_M7 and an Application Project created by myself.
0 件の賞賛
返信
3,551件の閲覧回数
DanNguyenDuy
NXP Employee
NXP Employee

Hi A-Jay,

The first one, you need to disable the PLL dividers.

nxf78987_10-1670847897810.png

There are two errors of CMU_FC_11 and CMU_FC_54 are "under control".

To fix those errors, you need to disable "under control" on CMU_FC_11 and CMU_FC_54 (double click on PERIPH PLL PHI0 clock and select as image below:

nxf78987_3-1670847448748.png

The next one, you need disable them in the Mcu configuration by clicks:

nxf78987_4-1670847588924.png

nxf78987_6-1670847680935.png

 

Best regards,

Dan

3,521件の閲覧回数
A-Jay
Contributor III
Hi,
I think I know how to configure the Clock Tool of MCU, Thank you very much!