Lines Matching +full:tri +full:- +full:state
6 The Freedom-K64F is an ultra-low-cost development platform for Kinetis K64,
9 - Form-factor compatible with the Arduino R3 pin layout
10 - Peripherals enable rapid prototyping, including a 6-axis digital
12 tri-colored LED and 2 user push-buttons for direct interaction, a microSD
14 with Bluetooth* and 2.4 GHz radio add-on modules
15 - OpenSDAv2, the NXP open source hardware embedded serial and debug adapter
17 flash programming, and run-control debugging
22 - MK64FN1M0VLL12 MCU (120 MHz, 1 MB flash memory, 256 KB RAM, low-power,
23 crystal-less USB, and 100 Low profile Quad Flat Package (LQFP))
24 - Dual role USB interface with micro-B USB connector
25 - RGB LED
26 - FXOS8700CQ accelerometer and magnetometer
27 - Two user push buttons
28 - Flexible power supply option - OpenSDAv2 USB, Kinetis K64 USB, and external source
29 - Easy access to MCU input/output through Arduino* R3 compatible I/O connectors
30 - Programmable OpenSDAv2 debug circuit supporting the CMSIS-DAP Interface
33 - Mass storage device (MSD) flash programming interface
34 - CMSIS-DAP debug interface over a driver-less USB HID connection providing
35 run-control debugging and compatibility with IDE tools
36 - Virtual serial port interface
37 - Open source CMSIS-DAP software project
39 - Ethernet
40 - SDHC
42 For more information about the K64F SoC and FRDM-K64F board:
44 - `K64F Website`_
45 - `K64F Datasheet`_
46 - `K64F Reference Manual`_
47 - `FRDM-K64F Website`_
48 - `FRDM-K64F User Guide`_
49 - `FRDM-K64F Schematics`_
54 NXP considers the FRDM-K64F as the superset board for the Kinetis K
60 +-----------+------------+-------------------------------------+
63 | NVIC | on-chip | nested vector interrupt controller |
64 +-----------+------------+-------------------------------------+
65 | SYSTICK | on-chip | systick |
66 +-----------+------------+-------------------------------------+
67 | PINMUX | on-chip | pinmux |
68 +-----------+------------+-------------------------------------+
69 | GPIO | on-chip | gpio |
70 +-----------+------------+-------------------------------------+
71 | I2C | on-chip | i2c |
72 +-----------+------------+-------------------------------------+
73 | SPI | on-chip | spi |
74 +-----------+------------+-------------------------------------+
75 | WATCHDOG | on-chip | watchdog |
76 +-----------+------------+-------------------------------------+
77 | ADC | on-chip | adc |
78 +-----------+------------+-------------------------------------+
79 | DAC | on-chip | dac |
80 +-----------+------------+-------------------------------------+
81 | PWM | on-chip | pwm |
82 +-----------+------------+-------------------------------------+
83 | ETHERNET | on-chip | ethernet |
84 +-----------+------------+-------------------------------------+
85 | UART | on-chip | serial port-polling; |
86 | | | serial port-interrupt |
87 +-----------+------------+-------------------------------------+
88 | FLASH | on-chip | soc flash |
89 +-----------+------------+-------------------------------------+
90 | USB | on-chip | USB device |
91 +-----------+------------+-------------------------------------+
92 | SENSOR | off-chip | fxos8700 polling; |
94 +-----------+------------+-------------------------------------+
95 | CAN | on-chip | can |
96 +-----------+------------+-------------------------------------+
97 | RTC | on-chip | rtc |
98 +-----------+------------+-------------------------------------+
99 | DMA | on-chip | dma |
100 +-----------+------------+-------------------------------------+
101 | RNGA | on-chip | entropy; |
103 +-----------+------------+-------------------------------------+
104 | FTFE | on-chip | flash programming |
105 +-----------+------------+-------------------------------------+
106 | PIT | on-chip | pit |
107 +-----------+------------+-------------------------------------+
119 +-------+-----------------+---------------------------+
123 +-------+-----------------+---------------------------+
125 +-------+-----------------+---------------------------+
127 +-------+-----------------+---------------------------+
129 +-------+-----------------+---------------------------+
131 +-------+-----------------+---------------------------+
133 +-------+-----------------+---------------------------+
135 +-------+-----------------+---------------------------+
137 +-------+-----------------+---------------------------+
139 +-------+-----------------+---------------------------+
141 +-------+-----------------+---------------------------+
143 +-------+-----------------+---------------------------+
145 +-------+-----------------+---------------------------+
147 +-------+-----------------+---------------------------+
149 +-------+-----------------+---------------------------+
151 +-------+-----------------+---------------------------+
153 +-------+-----------------+---------------------------+
155 +-------+-----------------+---------------------------+
157 +-------+-----------------+---------------------------+
159 +-------+-----------------+---------------------------+
161 +-------+-----------------+---------------------------+
163 +-------+-----------------+---------------------------+
165 +-------+-----------------+---------------------------+
167 +-------+-----------------+---------------------------+
169 +-------+-----------------+---------------------------+
171 +-------+-----------------+---------------------------+
173 +-------+-----------------+---------------------------+
175 +-------+-----------------+---------------------------+
177 +-------+-----------------+---------------------------+
179 +-------+-----------------+---------------------------+
181 +-------+-----------------+---------------------------+
183 +-------+-----------------+---------------------------+
185 +-------+-----------------+---------------------------+
187 +-------+-----------------+---------------------------+
189 +-------+-----------------+---------------------------+
191 +-------+-----------------+---------------------------+
195 on PTC16-17.
201 with the on-chip PLL to generate a 120 MHz system clock.
219 The FRDM-K64F board does not come with an onboard CAN transceiver. In order to
233 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`.
237 instructions to update from the CMSIS-DAP bootloader to the DAPLink bootloader.
241 .. group-tab:: OpenSDA DAPLink Onboard (Recommended)
243 Install the :ref:`linkserver-debug-host-tools` and make sure they are in your
244 search path. LinkServer works with the default CMSIS-DAP firmware included in
245 the on-board debugger.
250 .. code-block:: console
255 ``-r pyocd`` option with West. pyOCD is installed when you complete the
261 .. group-tab:: OpenSDA JLink Onboard
263 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
266 The version of J-Link firmware to program to the board depends on the version
268 more details. On this page, change the pull-down menu for "Choose your board to
269 start" to FRDM-K64F, and review the section "To update your board with OpenSDA
270 applications". Note that Segger does provide an OpenSDA J-Link Board-Specific
272 bootloader. After downloading the appropriate J-Link firmware, follow the
273 instructions in :ref:`opensda-jlink-onboard-debug-probe` to program to the
276 Add the arguments ``-DBOARD_FLASH_RUNNER=jlink`` and
277 ``-DBOARD_DEBUG_RUNNER=jlink`` when you invoke ``west build`` to override the
278 default runner to J-Link:
280 .. zephyr-app-commands::
281 :zephyr-app: samples/hello_world
283 :gen-args: -DBOARD_FLASH_RUNNER=jlink -DBOARD_DEBUG_RUNNER=jlink
290 microcontroller as a usb-to-serial adapter for the serial console.
297 - Speed: 115200
298 - Data: 8 bits
299 - Parity: None
300 - Stop bits: 1
305 Here is an example for the :zephyr:code-sample:`hello_world` application.
307 .. zephyr-app-commands::
308 :zephyr-app: samples/hello_world
315 .. code-block:: console
317 ***** Booting Zephyr OS v1.14.0-rc1 *****
323 Here is an example for the :zephyr:code-sample:`hello_world` application.
325 .. zephyr-app-commands::
326 :zephyr-app: samples/hello_world
333 .. code-block:: console
335 ***** Booting Zephyr OS v1.14.0-rc1 *****
346 .. code-block:: console
352 0016178:WARNING:target_kinetis:K64F secure state: unlocked successfully
361 .. _FRDM-K64F Website:
362 …r-resources/evaluation-and-development-boards/freedom-development-boards/mcu-boards/freedom-develo…
364 .. _FRDM-K64F User Guide:
367 .. _FRDM-K64F Schematics:
368 https://www.nxp.com/webapp/Download?colCode=FRDM-K64F-SCH-E4
371 …-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/k-seriesperformancem4/k6…
374 https://www.nxp.com/docs/en/data-sheet/K64P144M120SF5.pdf
377 https://www.nxp.com/docs/en/reference-manual/K64P144M120SF5RM.pdf
380 https://os.mbed.com/blog/entry/DAPLink-bootloader-update/
382 .. _OpenSDA DAPLink FRDM-K64F Firmware:
383 …https://www.nxp.com/downloads/en/snippets-boot-code-headers-monitors/k20dx_frdmk64f_if_crc_legacy_…
386 ….nxp.com/design/microcontrollers-developer-resources/ides-for-kinetis-mcus/opensda-serial-and-debu…