Lines Matching +full:external +full:- +full:trigger +full:- +full:gpios

6 The TWR-KE18F is a development board for NXP Kinetis KE1xF 32-bit
7 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
9 communication, flash programming, and run-control debugging.
14 - MKE18F512VLL16 MCU (up to 168 MHz, 512 KB flash memory, 64 KB RAM,
16 - 3.3 V or 5 V MCU operation
17 - 6-axis FXOS8700CQ digital accelerometer and magnetometer
18 - RGB LED
19 - Four user LEDs
20 - Two user push-buttons
21 - Potentiometer
22 - Thermistor
23 - Infrared port (IrDA)
24 - CAN pin header
25 - Flex I/O pin header
27 For more information about the KE1xF SoC and the TWR-KE18F board, see
30 - `KE1xF Website`_
31 - `KE1xF Datasheet`_
32 - `KE1xF Reference Manual`_
33 - `TWR-KE18F Website`_
34 - `TWR-KE18F User Guide`_
35 - `TWR-KE18F Schematics`_
43 +-----------+------------+-------------------------------------+
46 | NVIC | on-chip | nested vector interrupt controller |
47 +-----------+------------+-------------------------------------+
48 | SYSTICK | on-chip | systick |
49 +-----------+------------+-------------------------------------+
50 | PINMUX | on-chip | pinmux |
51 +-----------+------------+-------------------------------------+
52 | GPIO | on-chip | gpio |
53 +-----------+------------+-------------------------------------+
54 | UART | on-chip | serial port-polling; |
55 | | | serial port-interrupt |
56 +-----------+------------+-------------------------------------+
57 | FLASH | on-chip | soc flash |
58 +-----------+------------+-------------------------------------+
59 | RTC | on-chip | rtc |
60 +-----------+------------+-------------------------------------+
61 | I2C(M) | on-chip | i2c |
62 +-----------+------------+-------------------------------------+
63 | SENSOR | off-chip | fxos8700 polling; |
64 | | | trigger supported with H/W mods |
66 +-----------+------------+-------------------------------------+
67 | SPI(M) | on-chip | spi |
68 +-----------+------------+-------------------------------------+
69 | ADC | on-chip | adc |
70 +-----------+------------+-------------------------------------+
71 | CAN | on-chip | can |
72 +-----------+------------+-------------------------------------+
73 | WDT | on-chip | watchdog |
74 +-----------+------------+-------------------------------------+
75 | PWM | on-chip | pwm |
76 +-----------+------------+-------------------------------------+
77 | DAC | on-chip | dac |
78 +-----------+------------+-------------------------------------+
79 | ACMP | on-chip | sensor |
80 +-----------+------------+-------------------------------------+
90 The KE18 SoC is configured to use the 8 MHz external oscillator on the
91 board with the on-chip PLL to generate a 120 MHz system clock.
102 The TWR-KE18F board by default only supports polling the FXOS8700
107 ``R47`` and ``R57`` must be mounted on the TWR-KE18F board. The
109 GPIOs:
111 .. code-block:: devicetree
113 /dts-v1/;
116 int1-gpios = <&gpioa 14 0>;
117 int2-gpios = <&gpioc 17 0>;
120 Finally, a trigger option must be enabled in Kconfig (either
134 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`.
138 instructions to update from the CMSIS-DAP bootloader to the DAPLink bootloader.
140 Option 1: :ref:`opensda-daplink-onboard-debug-probe` (Recommended)
141 ------------------------------------------------------------------
143 Install the :ref:`pyocd-debug-host-tools` and make sure they are in your search
146 Follow the instructions in :ref:`opensda-daplink-onboard-debug-probe` to program
147 the `OpenSDA DAPLink TWR-KE18F Firmware`_.
149 Option 2: :ref:`opensda-jlink-onboard-debug-probe`
150 --------------------------------------------------
152 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
155 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
156 the `OpenSDA J-Link Firmware for TWR-KE18F`_.
158 Add the arguments ``-DBOARD_FLASH_RUNNER=jlink`` and
159 ``-DBOARD_DEBUG_RUNNER=jlink`` when you invoke ``west build`` to override the
160 default runner from pyOCD to J-Link:
162 .. zephyr-app-commands::
163 :zephyr-app: samples/hello_world
165 :gen-args: -DBOARD_FLASH_RUNNER=jlink -DBOARD_DEBUG_RUNNER=jlink
172 microcontroller as a usb-to-serial adapter for the serial console.
179 - Speed: 115200
180 - Data: 8 bits
181 - Parity: None
182 - Stop bits: 1
187 Here is an example for the :zephyr:code-sample:`hello_world` application.
189 .. zephyr-app-commands::
190 :zephyr-app: samples/hello_world
197 .. code-block:: console
199 ***** Booting Zephyr OS v1.14.0-xxx-gxxxxxxxxxxxx *****
205 Here is an example for the :zephyr:code-sample:`hello_world` application.
207 .. zephyr-app-commands::
208 :zephyr-app: samples/hello_world
215 .. code-block:: console
217 ***** Booting Zephyr OS v1.14.0-xxx-gxxxxxxxxxxxx *****
220 .. _TWR-KE18F Website:
221 https://www.nxp.com/TWR-KE18F
223 .. _TWR-KE18F User Guide:
224 https://www.nxp.com/docs/en/user-guide/TWRKE18FUG.pdf
226 .. _TWR-KE18F Schematics:
227 https://www.nxp.com/webapp/Download?colCode=TWR-KE18F-SCH-DESIGNFILES
230-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/e-series5v-robustm0-plus
233 https://www.nxp.com/docs/en/data-sheet/KE1xFP100M168SF0.pdf
236 https://www.nxp.com/docs/en/reference-manual/KE1xFP100M168SF0RM.pdf
239 https://os.mbed.com/blog/entry/DAPLink-bootloader-update/
241 .. _OpenSDA DAPLink TWR-KE18F Firmware:
242 …port/developer-resources/run-time-software/kinetis-developer-resources/ides-for-kinetis-mcus/opens…
244 .. _OpenSDA J-Link Firmware for TWR-KE18F:
245 https://www.segger.com/downloads/jlink/OpenSDA_TWR-KE18F