How to get the clock frequency of MC56F8037

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

How to get the clock frequency of MC56F8037

655 Views
兜里揣caca
Contributor II

Hi:

       in the project, I want to read the values of registers FM_OPT1,I write this way:

OCCS_OCTRL.Bits.TRIM    = FM_OPT1;

pastedImage_2.pngpastedImage_1.png

But there was a compile error(CodeWarrior 8.3):

pastedImage_3.png

Why is there such a problem?

Is it a program file error?

Thank you very much!!

0 Kudos
Reply
1 Reply

603 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi  里 王,

We ever have customer met similar problem as yours on win7. He fixed his problem in this way.

------------------------

-       Right click IDE.exe in the \bin folder.

-       Select    “Properties”

-       Select    “Compatibility”

-       Select    “Change settings for all users”

-       Select    “Run this program in compatibility mode for”

-       Select    “Windows Vista” from pull down menu

-       Select    “Disable visual themes” & “Disable desktop composition” &” Disable display scaling on high DPI settings”.

-       Do NOT select  “Run in 256 colors” & “Run in 640x480 screen resolution”.

-       Hit OK.

                      

-------------------------------------------

Pleases try if this also work for you.


Have a great day,
Jun Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply