Lines Matching +full:kinetis +full:- +full:acmp
6 The FRDM-KE17Z512 is a development board for NXP Kinetis KE1xZ 32-bit
7 MCU-based platforms. The onboard OpenSDAv2 serial and debug adapter,
9 communication, flash programming, and run-control debugging.
14 - MKE17Z512VLL9 MCU (up to 96 MHz, 512 KB flash memory, 96 KB RAM,
16 - 3.3 V or 5 V MCU operation
17 - 6-axis FXOS8700CQ digital accelerometer and magnetometer
18 - RGB LED
19 - Two user push-buttons
20 - Thermistor
21 - Arduino compatible I/O pin header
22 - OpenSDA on-board debugger
23 - Two Touch Electrodes
25 For more information about the KE1xZ SoC and the FRDM-KE17Z512 board, see
28 - `KE1xZ Website`_
29 - `KE1xZ Fact Sheet`_
30 - `KE1xZ Reference Manual`_
31 - `FRDM-KE17Z512 Website`_
32 - `FRDM-KE17Z512 Quick Start Guide`_
33 - `FRDM-KE17Z512 Reference Manual`_
41 +-----------+------------+-------------------------------------+
44 | NVIC | on-chip | nested vector interrupt controller |
45 +-----------+------------+-------------------------------------+
46 | SYSTICK | on-chip | systick |
47 +-----------+------------+-------------------------------------+
48 | ADC | on-chip | adc |
49 +-----------+------------+-------------------------------------+
50 | GPIO | on-chip | gpio |
51 +-----------+------------+-------------------------------------+
52 | LPTMR | on-chip | counter |
53 +-----------+------------+-------------------------------------+
54 | UART | on-chip | uart polling; |
56 +-----------+------------+-------------------------------------+
57 | FTM | on-chip | pwm |
58 +-----------+------------+-------------------------------------+
59 | I2C | on-chip | I2C |
60 +-----------+------------+-------------------------------------+
61 | RTC | on-chip | counter |
62 +-----------+------------+-------------------------------------+
63 | ACMP | on-chip | sensor |
64 +-----------+------------+-------------------------------------+
65 | SPI | on-chip | spi |
66 +-----------+------------+-------------------------------------+
67 | DMA | on-chip | dma |
68 +-----------+------------+-------------------------------------+
69 | WATCHDOG | on-chip | watchdog |
70 +-----------+------------+-------------------------------------+
101 instructions to update from the CMSIS-DAP bootloader to the DAPLink bootloader.
104 --------------------
106 Install the :ref:`linkserver-debug-host-tools` and make sure they are in your
107 search path. LinkServer works with the default CMSIS-DAP firmware included in
108 the on-board debugger.
113 Option 2: :ref:`opensda-jlink-onboard-debug-probe`
114 --------------------------------------------------
116 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
119 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
120 the `Segger J-Link OpenSDA V2.1 Firmware`_.
121 Use the ``-r jlink`` option with west to use the jlink runner.
123 .. code-block:: console
125 west flash -r jlink
131 microcontroller as a usb-to-serial adapter for the serial console.
138 - Speed: 115200
139 - Data: 8 bits
140 - Parity: None
141 - Stop bits: 1
146 Here is an example for the :zephyr:code-sample:`hello_world` application.
148 .. zephyr-app-commands::
149 :zephyr-app: samples/hello_world
156 .. code-block:: console
158 *** Booting Zephyr OS build v3.6.0-xxxx-gxxxxxxxxxxxx ***
164 Here is an example for the :zephyr:code-sample:`hello_world` application.
166 .. zephyr-app-commands::
167 :zephyr-app: samples/hello_world
174 .. code-block:: console
176 *** Booting Zephyr OS build v3.6.0-xxxx-gxxxxxxxxxxxx ***
179 .. _FRDM-KE17Z512 Website:
180 …design-center/development-boards-and-designs/general-purpose-mcus/frdm-development-board-for-96-mh…
182 .. _FRDM-KE17Z512 Quick Start Guide:
183 https://www.nxp.com/docs/en/quick-reference-guide/FRDMKE17Z512QSG.pdf
185 .. _FRDM-KE17Z512 Reference Manual:
186 https://www.nxp.com/docs/en/reference-manual/KE1XZP100M96SF0RM.pdf
189 …-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/ke-series-arm-cortex-m4-m0-plus/ke…
192 https://www.nxp.com/docs/en/fact-sheet/KE1xZMCUFAMFS.pdf
197 .. _linkserver-debug-host-tools:
200 .. _Segger J-Link OpenSDA V2.1 Firmware:
204 https://os.mbed.com/blog/entry/DAPLink-bootloader-update/
206 .. _jlink-debug-host-tools: