XMC4500 Tip of the day: Backup clock source

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Travis
Employee
Employee
First solution authored Welcome! 500 replies posted
The backup clock fOFI generated internally is the default clock after start-up. It is used for bypassing the PLL for startup of the system without external clock. Furthermore it can be used as independent clock source for the watchdog module or even as system clock source during normal operation. While in prescaler mode this clock is automatically used as emergency clock if the external clock failure is detected.
0 Likes
4 Replies
Not applicable
Hi,
I am working on XMC4100, i am trying to Configue the PLL with Internal Clock i.e., Fofi with Automatic Caliberation, as per datasheet the internal clock if automatic caliberation is taken then 24Mhz will be the clock,
trying to Configure the PLL to 2Mhz in normal mode with below information

Fpll = (N / (p * k2 ));
N = 80,
P = 12,
K2 = 80

but the clock is not configuring to 2Mhz, where might be the problem??
0 Likes
Not applicable
Is there any application note about configuration of the clock system?
0 Likes
Travis
Employee
Employee
First solution authored Welcome! 500 replies posted
harshan wrote:
Hi,
I am working on XMC4100, i am trying to Configue the PLL with Internal Clock i.e., Fofi with Automatic Caliberation, as per datasheet the internal clock if automatic caliberation is taken then 24Mhz will be the clock,
trying to Configure the PLL to 2Mhz in normal mode with below information

Fpll = (N / (p * k2 ));
N = 80,
P = 12,
K2 = 80

but the clock is not configuring to 2Mhz, where might be the problem??


Did you select the correct input clock source for the PLL?
0 Likes
Not applicable
Thanks for Reply,
Yes I Selected the PLL Clock Source as Fofi.
0 Likes