How to configure a system clock for MKE02Z64VLD4

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

How to configure a system clock for MKE02Z64VLD4

516 Views
realsyscompany
Contributor I

Hello,

I have an MKE02Z64VLD4 board with an external crystal 8MHz.

I am designing using the FRDM-KEXX Driver Library Package

link: https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KEXX-Driver-Library-Package/tac-p/1106718

I would like to configure the system clock 32MHZ from an external crystal 8MHz.

I tried to change to ke02_config.h in platforms of FRDM-KEXX-Driver-Library-Package.

#define USE_FEE
#define EXT_CLK_FREQ_KHZ 8000
#define BUS_CLK_HZ 32000000L

I want to get more information about other clock settings in addition to the above settings,

 

Labels (1)
Tags (3)
0 Kudos
1 Reply

508 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

FRDM-KEXX-Driver-Library-Package and KDS is too old.
MCUXpresso SDK and MCUXpresso IDE are currently recommended.
The Clocks tool can achieve it very easily.

select MKE02Z64VLD4.jpgClock Tools.jpg

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

0 Kudos