TC234 Clock Monitors problem

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

cross mob
leonng
Level 3
Level 3
First like received First like given 10 questions asked

Hi,

I'm going to enable clock monitors, e.g.

SCU_CCUCON3.B.PLLDIV=0x28;                         //fpll = 200Mhz
SCU_CCUCON3.B.PLLSEL=target_monitoring_frequency_5Mhz;

Then, I enble alarm to trigger an nmi, but I don't know how to check it.

I try to set the PLLDIV  to another value, but it doesn't trigger nmi.

best regards,

Leon

 

0 Likes
1 Solution
Waldi
Level 4
Level 4
5 solutions authored 10 sign-ins 10 replies posted

Add this:

SCU_CCUCON4.B.UP = 1; // transfer CCUCON3 and CCUCON4 to the CCU

View solution in original post

0 Likes
1 Reply
Waldi
Level 4
Level 4
5 solutions authored 10 sign-ins 10 replies posted

Add this:

SCU_CCUCON4.B.UP = 1; // transfer CCUCON3 and CCUCON4 to the CCU

0 Likes