- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi A-Jay,
The first one, you need to disable the PLL dividers.
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:
The next one, you need disable them in the Mcu configuration by clicks:
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi A-Jay,
Because they were configured via the interface Clock of IDE. You can click this symbol to view clocks configured.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi A-Jay,
What is the package's name you are using?
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi A-Jay,
The first one, you need to disable the PLL dividers.
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:
The next one, you need disable them in the Mcu configuration by clicks:
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I know how to configure the Clock Tool of MCU, Thank you very much!