Hardware requirements

  • Mini/micro USB cable

  • EVK-MIMXRT1010 board

  • Personal Computer

Board settings

No special settings are required.

Prepare the Demo

  1. Connect a USB cable between the host PC and the OpenSDA USB port on the target board.

  2. Open a serial terminal with the following settings:

    • 115200 baud rate

    • 8 data bits

    • No parity

    • One stop bit

    • No flow control

  3. Download the program to the target board.

  4. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo

To measure the output signal of CLKO1, please use the oscilloscope to probe TP34; To measure the output signal of CLKO2, please use the oscilloscope to probe TP31. These instructions are displayed/shown on the terminal window:

Clock Output Driver Example.
Please Choose one clock to be outputted on CLKO1.
	A -- PLL3 SW Clock(Divided by 2).
	B -- PLL2 Clock(Divided by 2).
	C -- ENET PLL Clock(Divided by 2).
	D -- Core Clock Root.
	E -- IPG Clock Root.
	F -- Perclk Root.
	G -- PLL4 Main Clock.
a

Please set the clock divider, range from 1 to 8.
2

Theoretically, the output frequency of CLKO1 is 120000000 Hz.
Please Choose one clock to be outputted on CLKO2.
	A -- LPI2C Clock Root.
	B -- OSC Clock.
	C -- LPSPI Clock Root.
	D -- SAI1 Clock Root.
	E -- SAI3 Clock Root.
	F -- Trace Clock Root.
	G -- Flexspi Clock Root.
	H -- UART Clock Root.
	I -- Spdif0 Clock Root.
f

Please set the clock divider, range from 1 to 8.
6

Theoretically, the output frequency of CLKO2 is 22000000 Hz.

Please press any key to continue.