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?

跳至解决方案
2,085 次查看
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 解答
2,030 次查看
nxf78987
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 回复数
2,068 次查看
nxf78987
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 项奖励
回复
2,054 次查看
A-Jay
Contributor III
I checked the Clock of IDE, and I set them all the same in Peripheral Clock View.
0 项奖励
回复
2,050 次查看
nxf78987
NXP Employee
NXP Employee

Hi A-Jay,

What is the package's name you are using?

Best regards,

Dan

0 项奖励
回复
2,046 次查看
A-Jay
Contributor III
Uart_Example_S32R45_M7 and an Application Project created by myself.
0 项奖励
回复
2,031 次查看
nxf78987
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

2,001 次查看
A-Jay
Contributor III
Hi,
I think I know how to configure the Clock Tool of MCU, Thank you very much!