Lines Matching +full:no +full:- +full:mt
9 Hexiwear is powered by a Kinetis K64 microcontroller based on the ARM Cortex-M4
15 - Eye-catching Smart Watch form factor with powerful, low power Kinetis K6x MCU
16 and 6 on-board sensors.
17 - Designed for wearable applications with the onboard rechargeable battery,
20 - Designed for IoT end node applications with the onboard sensor's such as
22 - Flexibility to let you add the sensors of your choice nearly 200 additional
32 - Main MCU: NXP Kinetis K64x (ARM Cortex-M4, 120 MHz, 1M Flash, 256K SRAM)
33 - Wireless MCU: NXP Kinetis KW4x (ARM Cortex-M0+, Bluetooth Low Energy &
35 - 6-axis combo Accelerometer and Magnetometer NXP FXOS8700
36 - 3-Axis Gyroscope: NXP FXAS21002
37 - Absolute Pressure sensor NXP MPL3115
38 - Li-Ion/Li-Po Battery Charger NXP MC34671
39 - Optical heart rate sensor Maxim MAX30101
40 - Ambient Light sensor, Humidity and Temperature sensor
41 - 1.1" full color OLED display
42 - Haptic feedback engine
43 - 190 mAh 2C Li-Po battery
44 - Capacitive touch interface
45 - RGB LED
49 - `K64F Website`_
50 - `K64F Datasheet`_
51 - `K64F Reference Manual`_
52 - `Hexiwear Website`_
53 - `Hexiwear Fact Sheet`_
54 - `Hexiwear Schematics`_
61 +-----------+------------+-------------------------------------+
64 | NVIC | on-chip | nested vector interrupt controller |
65 +-----------+------------+-------------------------------------+
66 | SYSTICK | on-chip | systick |
67 +-----------+------------+-------------------------------------+
68 | PINMUX | on-chip | pinmux |
69 +-----------+------------+-------------------------------------+
70 | GPIO | on-chip | gpio |
71 +-----------+------------+-------------------------------------+
72 | I2C | on-chip | i2c |
73 +-----------+------------+-------------------------------------+
74 | WATCHDOG | on-chip | watchdog |
75 +-----------+------------+-------------------------------------+
76 | ADC | on-chip | adc |
77 +-----------+------------+-------------------------------------+
78 | PWM | on-chip | pwm |
79 +-----------+------------+-------------------------------------+
80 | UART | on-chip | serial port-polling; |
81 | | | serial port-interrupt |
82 +-----------+------------+-------------------------------------+
83 | FLASH | on-chip | soc flash |
84 +-----------+------------+-------------------------------------+
85 | SENSOR | off-chip | fxos8700 polling; |
90 +-----------+------------+-------------------------------------+
91 | RNGA | on-chip | entropy; |
93 +-----------+------------+-------------------------------------+
106 +-------+-----------------+---------------------------+
110 +-------+-----------------+---------------------------+
112 +-------+-----------------+---------------------------+
114 +-------+-----------------+---------------------------+
116 +-------+-----------------+---------------------------+
118 +-------+-----------------+---------------------------+
120 +-------+-----------------+---------------------------+
122 +-------+-----------------+---------------------------+
124 +-------+-----------------+---------------------------+
126 +-------+-----------------+---------------------------+
128 +-------+-----------------+---------------------------+
130 +-------+-----------------+---------------------------+
132 +-------+-----------------+---------------------------+
134 +-------+-----------------+---------------------------+
136 +-------+-----------------+---------------------------+
138 +-------+-----------------+---------------------------+
140 +-------+-----------------+---------------------------+
153 with the on-chip PLL to generate a 120 MHz system clock.
171 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`,
173 you reconfigure the board for the :ref:`opensda-jlink-onboard-debug-probe`.
179 Option 1: :ref:`opensda-jlink-onboard-debug-probe` (Recommended)
180 ----------------------------------------------------------------
182 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
185 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
186 the `OpenSDA J-Link Generic Firmware for V2.1 Bootloader`_. Check that switches
190 Option 2: :ref:`opensda-daplink-onboard-debug-probe`
191 ----------------------------------------------------
193 Install the :ref:`pyocd-debug-host-tools` and make sure they are in your search
196 Follow the instructions in :ref:`opensda-daplink-onboard-debug-probe` to
201 Add the arguments ``-DBOARD_FLASH_RUNNER=pyocd`` and
202 ``-DBOARD_DEBUG_RUNNER=pyocd`` when you invoke ``west build`` to override the
203 default runner from J-Link to pyOCD:
205 .. zephyr-app-commands::
206 :zephyr-app: samples/hello_world
208 :gen-args: -DBOARD_FLASH_RUNNER=pyocd -DBOARD_DEBUG_RUNNER=pyocd
215 microcontroller as a usb-to-serial adapter for the serial console.
222 - Speed: 115200
223 - Data: 8 bits
224 - Parity: None
225 - Stop bits: 1
230 Here is an example for the :zephyr:code-sample:`hello_world` application.
232 .. zephyr-app-commands::
233 :zephyr-app: samples/hello_world
240 .. code-block:: console
242 ***** Booting Zephyr OS v1.14.0-rc1 *****
248 Here is an example for the :zephyr:code-sample:`hello_world` application.
250 .. zephyr-app-commands::
251 :zephyr-app: samples/hello_world
258 .. code-block:: console
260 ***** Booting Zephyr OS v1.14.0-rc1 *****
288 .. zephyr-app-commands::
289 :zephyr-app: samples/bluetooth/peripheral_hr
297 - `Kinetis BLE Toolbox for iOS`_
298 - `Kinetis BLE Toolbox for Android`_
309 https://www.nxp.com/docs/en/fact-sheet/HEXIWEAR-FS.pdf
312 http://cdn-docs.mikroe.com/images/c/c0/Sch_Hexiwear_MainBoard_v106c.pdf
315 …-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/k-seriesperformancem4/k6…
318 https://www.nxp.com/docs/en/data-sheet/K64P144M120SF5.pdf
321 https://www.nxp.com/docs/en/reference-manual/K64P144M120SF5RM.pdf
323 .. _OpenSDA J-Link Generic Firmware for V2.1 Bootloader:
330 …https://www.nxp.com/webapp/Download?colCode=KW40Z-CONNECTIVITY-SOFTWARE&appType=license&location=n…
333 https://itunes.apple.com/us/app/kinetis-ble-toolbox/id1049036961?mt=8
350 - `KW40Z Website`_
351 - `KW40Z Datasheet`_
352 - `KW40Z Reference Manual`_
359 +-----------+------------+-------------------------------------+
362 | NVIC | on-chip | nested vector interrupt controller |
363 +-----------+------------+-------------------------------------+
364 | SYSTICK | on-chip | systick |
365 +-----------+------------+-------------------------------------+
366 | PINMUX | on-chip | pinmux |
367 +-----------+------------+-------------------------------------+
368 | GPIO | on-chip | gpio |
369 +-----------+------------+-------------------------------------+
370 | ADC | on-chip | adc |
371 +-----------+------------+-------------------------------------+
372 | UART | on-chip | serial port-polling; |
373 | | | serial port-interrupt |
374 +-----------+------------+-------------------------------------+
375 | RTT | on-chip | console |
376 +-----------+------------+-------------------------------------+
377 | FLASH | on-chip | soc flash |
378 +-----------+------------+-------------------------------------+
379 | TRNG | on-chip | entropy |
380 +-----------+------------+-------------------------------------+
394 +-------+-----------------+---------------------------+
398 +-------+-----------------+---------------------------+
400 +-------+-----------------+---------------------------+
402 +-------+-----------------+---------------------------+
408 with the on-chip FLL to generate a 40 MHz system clock.
413 The KW40Z SoC has one UART, which is used for BT HCI. There is no UART
426 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`,
430 :ref:`opensda-jlink-onboard-debug-probe`
431 ----------------------------------------
433 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
436 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
437 the `OpenSDA J-Link Generic Firmware for V2.1 Bootloader`_. Check that switches
450 .. code-block:: console
456 SEGGER J-Link V6.44 - Real time terminal output
457 J-Link OpenSDA 2 compiled Feb 28 2017 19:27:57 V1.0, SN=621000000
463 Here is an example for the :zephyr:code-sample:`hello_world` application.
465 .. zephyr-app-commands::
466 :zephyr-app: samples/hello_world
473 .. zephyr-app-commands::
474 :zephyr-app: samples/hello_world
481 .. code-block:: console
483 ***** Booting Zephyr OS v1.14.0-rc1 *****
489 Here is an example for the :zephyr:code-sample:`hello_world` application.
491 .. zephyr-app-commands::
492 :zephyr-app: samples/hello_world
499 .. code-block:: console
501 ***** Booting Zephyr OS v1.14.0-rc1 *****
505 …-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0…
508 https://www.nxp.com/docs/en/data-sheet/MKW40Z160.pdf
514 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
516 .. _OpenSDA J-Link Generic Firmware for V2.1 Bootloader: