boards/segger/ip_k66f/doc/index.rst
.. zephyr:board:: ip_k66f
Overview
The Segger IP Switch Board is a Evaluation board based on NXP Kinetis K66 MCU. It comes with Micrel/Microchip KSZ8794CNX integrated 4-port 10/100 managed Ethernet switch with Gigabit RGMII/MII/RMII interface.
Hardware
For more information about the K66F SoC and IP-K66F board:
K66F Website_K66F Datasheet_K66F Reference Manual_IP-K66F Website_IP-K66F User Guide_IP-K66F Schematics_.. zephyr:board-supported-hw::
Micrel/Microchip KSZ8794CNX Ethernet Switch is supported
(see :zephyr:code-sample:dsa sample).
The K66F SoC has five pairs of pinmux/gpio controllers.
+-------+-----------------+---------------------------+ | Name | Function | Usage | +=======+=================+===========================+ | PTA8 | GPIO | Red LED | +-------+-----------------+---------------------------+ | PTA10 | GPIO | RED LED | +-------+-----------------+---------------------------+
The K66F SoC is configured to use the 12 MHz low gain crystal oscillator on the board with the on-chip PLL to generate a 180 MHz system clock.
The K66F SoC has six UARTs. None of them are used.
Programming and Debugging
.. zephyr:board-supported-runners::
Build and flash applications as usual (see :ref:build_an_application and
:ref:application_run for more details).
A debug probe is used for both flashing and debugging the board. This board is
configured by default to use the :ref:opensda-jlink-onboard-debug-probe.
opensda-jlink-onboard-debug-probeInstall the :ref:jlink-debug-host-tools and make sure they are in your search
path.
Follow the instructions in :ref:opensda-jlink-onboard-debug-probe to program
the OpenSDA J-Link Generic Firmware for V3.2 Bootloader_. Note that Segger
does provide an OpenSDA J-Link Board-Specific Firmware for this board, however
it is not compatible with the DAPLink bootloader.
The default flasher is jlink using the built-in SEGGER Jlink interface.
Here is an example for the :zephyr:code-sample:blinky application.
.. zephyr-app-commands:: :zephyr-app: samples/basic/blinky :board: ip_k66f :goals: flash
Red LED0 should blink at 1 second delay.
Here is an example for the :zephyr:code-sample:blinky application.
.. zephyr-app-commands:: :zephyr-app: samples/basic/blinky :board: ip_k66f :goals: debug
Step through the application in your debugger.
.. _IP-K66F Website: https://www.segger.com/evaluate-our-software/segger/embosip-switch-board/
.. _IP-K66F User Guide: https://www.segger.com/downloads/emnet/UM06002
.. _IP-K66F Schematics: https://www.segger.com/downloads/emnet/embOSIP_SwitchBoard_V2.0_WEB_Schematic.pdf
.. _K66F Datasheet: https://www.nxp.com/docs/en/data-sheet/K66P144M180SF5V2.pdf
.. _K66F Reference Manual: https://www.nxp.com/webapp/Download?colCode=K66P144M180SF5RMV2
.. _OpenSDA J-Link Generic Firmware for V3.2 Bootloader: https://www.segger.com/downloads/jlink/OpenSDA_V3_2
The ip_k66f board only uses Segger's RTT console for providing serial
console. There is no physical serial port available.
/opt/SEGGER/JLink_V664/JLinkRTTLogger -Device MK66FN2M0XXX18 -RTTChannel 1 -if SWD -Speed 4000 ~/rtt.log
nc localhost 19021