Lines Matching +full:tri +full:- +full:default

6 The FRDM-K82F is a low-cost development platform for Kinetis K80, K81,
9 - Form-factor compatible with the Arduino R3 pin layout
10 - Peripherals enable rapid prototyping, including a six-axis digital
12 tri-colored LED and two user push-buttons for direct interaction, 2x32 Mb
14 with Bluetooth and 2.4 GHz radio add-on modules
15 - OpenSDAv2.1, the NXP open source hardware embedded serial and debug adapter
17 flash programming, and run-control debugging
22 - MK82FN256VLL15 MCU (150 MHz, 256 KB 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 - 2x 32 Mb QSPI flash
29 - Flexible power supply option - OpenSDAv2.1 USB, Kinetis K82 USB, and external source
30 - Easy access to MCU input/output through Arduino R3 compatible I/O connectors
31 - Programmable OpenSDAv2.1 debug circuit supporting the CMSIS-DAP Interface
34 - Mass storage device (MSD) flash programming interface
35 - CMSIS-DAP debug interface over a driver-less USB HID connection providing
36 run-control debugging and compatibility with IDE tools
37 - Virtual serial port interface
38 - Open source CMSIS-DAP software project
40 - FlexIO header
42 For more information about the K82F SoC and FRDM-K82F board:
44 - `K82F Website`_
45 - `K82F Datasheet`_
46 - `K82F Reference Manual`_
47 - `FRDM-K82F Website`_
48 - `FRDM-K82F User Guide`_
49 - `FRDM-K82F Schematics`_
59 already supported, which can also be re-used on this frdm_k82f board:
61 +-----------+------------+-------------------------------------+
64 | NVIC | on-chip | nested vector interrupt controller |
65 +-----------+------------+-------------------------------------+
66 | SYSTICK | on-chip | systick |
67 +-----------+------------+-------------------------------------+
68 | PINMUX | on-chip | pinmux |
69 +-----------+------------+-------------------------------------+
70 | ADC | on-chip | adc |
71 +-----------+------------+-------------------------------------+
72 | FLASH | on-chip | soc flash |
73 +-----------+------------+-------------------------------------+
74 | FLASH | off-chip | QSPI flash |
75 +-----------+------------+-------------------------------------+
76 | GPIO | on-chip | gpio |
77 +-----------+------------+-------------------------------------+
78 | I2C | on-chip | i2c |
79 +-----------+------------+-------------------------------------+
80 | PWM | on-chip | pwm |
81 +-----------+------------+-------------------------------------+
82 | RTC | on-chip | rtc |
83 +-----------+------------+-------------------------------------+
84 | SENSOR | off-chip | fxos8700 polling; |
86 +-----------+------------+-------------------------------------+
87 | SPI | on-chip | spi |
88 +-----------+------------+-------------------------------------+
89 | UART | on-chip | serial port-polling; |
90 | | | serial port-interrupt |
91 +-----------+------------+-------------------------------------+
92 | USB | on-chip | USB device |
93 +-----------+------------+-------------------------------------+
94 | WATCHDOG | on-chip | watchdog |
95 +-----------+------------+-------------------------------------+
96 | TRNG | on-chip | entropy |
97 +-----------+------------+-------------------------------------+
98 | FTFA | on-chip | flash programming |
99 +-----------+------------+-------------------------------------+
100 | PIT | on-chip | pit |
101 +-----------+------------+-------------------------------------+
103 The default configuration can be found in
112 with the on-chip PLL to generate a 120 MHz system clock.
137 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`.
141 instructions to update from the CMSIS-DAP bootloader to the DAPLink bootloader.
143 Option 1: :ref:`opensda-daplink-onboard-debug-probe` (Recommended)
144 ------------------------------------------------------------------
146 Install the :ref:`pyocd-debug-host-tools` and make sure they are in your search
149 Follow the instructions in :ref:`opensda-daplink-onboard-debug-probe` to program
150 the `OpenSDA DAPLink FRDM-K82F Firmware`_.
152 Option 2: :ref:`opensda-jlink-onboard-debug-probe`
153 --------------------------------------------------
155 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
158 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
159 the `OpenSDA J-Link Firmware for FRDM-K82F`_.
161 Add the arguments ``-DBOARD_FLASH_RUNNER=jlink`` and
162 ``-DBOARD_DEBUG_RUNNER=jlink`` when you invoke ``west build`` to override the
163 default runner from pyOCD to J-Link:
165 .. zephyr-app-commands::
166 :zephyr-app: samples/hello_world
168 :gen-args: -DBOARD_FLASH_RUNNER=jlink -DBOARD_DEBUG_RUNNER=jlink
175 microcontroller as a usb-to-serial adapter for the serial console.
182 - Speed: 115200
183 - Data: 8 bits
184 - Parity: None
185 - Stop bits: 1
190 Here is an example for the :zephyr:code-sample:`hello_world` application.
192 .. zephyr-app-commands::
193 :zephyr-app: samples/hello_world
200 .. code-block:: console
202 ***** Booting Zephyr OS v1.14.0-xxx-gxxxxxxxxxxxx *****
208 Here is an example for the :zephyr:code-sample:`hello_world` application.
210 .. zephyr-app-commands::
211 :zephyr-app: samples/hello_world
218 .. code-block:: console
220 ***** Booting Zephyr OS v1.14.0-xxx-gxxxxxxxxxxxx *****
223 .. _FRDM-K82F Website:
224 …m/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for
226 .. _FRDM-K82F User Guide:
229 .. _FRDM-K82F Schematics:
230 https://www.nxp.com/downloads/en/schematics/FRDM-K82F-SCH.pdf
233-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/k-series-cortex-m4/k8x-secure/kine…
236 https://www.nxp.com/docs/en/data-sheet/K82P121M150SF5.pdf
242 https://os.mbed.com/blog/entry/DAPLink-bootloader-update/
244 .. _OpenSDA DAPLink FRDM-K82F Firmware:
245 …https://www.nxp.com/downloads/en/snippets-boot-code-headers-monitors/k20dx_frdmk82f_if_crc_legacy_…
247 .. _OpenSDA J-Link Firmware for FRDM-K82F:
248 https://www.segger.com/downloads/jlink/OpenSDA_FRDM-K82F