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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,649 Views
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

 

 

 

0 Kudos
1 Solution
1,594 Views
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

View solution in original post

6 Replies
1,632 Views
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 Kudos
1,618 Views
A-Jay
Contributor III
I checked the Clock of IDE, and I set them all the same in Peripheral Clock View.
0 Kudos
1,614 Views
nxf78987
NXP Employee
NXP Employee

Hi A-Jay,

What is the package's name you are using?

Best regards,

Dan

0 Kudos
1,610 Views
A-Jay
Contributor III
Uart_Example_S32R45_M7 and an Application Project created by myself.
0 Kudos
1,595 Views
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

1,565 Views
A-Jay
Contributor III
Hi,
I think I know how to configure the Clock Tool of MCU, Thank you very much!