TWR-K60N512-KEIL Freescale Semiconductor, TWR-K60N512-KEIL Datasheet - Page 98

no-image

TWR-K60N512-KEIL

Manufacturer Part Number
TWR-K60N512-KEIL
Description
K60N512 Keil Tower Kit
Manufacturer
Freescale Semiconductor
Series
Kinetisr
Type
MCUr

Specifications of TWR-K60N512-KEIL

Rohs Compliant
YES
Contents
4 Boards, Documentation, DVD
Peak Reflow Compatible (260 C)
Yes
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
For Use With/related Products
Freescale Tower System, K60N512
Using the Flexbus module
10.1.1.3 Configuration examples
In this example the FlexBus is connected to the MRAM memory of the TWR-MEM
board.
10.1.1.3.1 Code example and explanation
Figure 10-4
software needs to configure a stable clock. This example configures 96 MHz of core
frequency.
Example code:
/* Code Snippet */
int MRAM_START_ADDRESS = 0x60000000;
/* Set Base address */
/* Enable CS signal */
98
FB_CSAR0 = MRAM_START_ADDRESS ;
FB_CSMR0 |= FB_CSMR_V_MASK;
FB_CSCR0 |=
uint8 wdata8 = 0x00;
uint8 rdata8 = 0x00;
uint16 wdata16 = 0x00;
uint16 rdata16 = 0x00;
uint32 wdata32 = 0x00;
uint32 rdata32 = 0x00;
shows the FlexBus reference clock derived from the MCGOUTCLK. The
FB_CSCR_BLS_MASK
Kinetis Quick Reference User Guide, Rev. 0, 11/2010
Figure 10-4. Clocking diagram
// right justified mode
Freescale Semiconductor

Related parts for TWR-K60N512-KEIL