Lines Matching +full:plug +full:- +full:in

6 The SimpleLink MSP‐EXP432P401R LaunchPad development kit is an easy-to-use evaluation
8 developing on the SimpleLink MSP432 low-power + performance ARM |reg| 32-bit Cortex |reg|-M4F
14 * Low-power ARM Cortex-M4F MSP432P401R
15 * 40-pin LaunchPad development kit standard that leverages the BoosterPack plug-in module ecosystem
16 * XDS110-ET, an open-source onboard debug probe featuring EnergyTrace+ technology and application
21 Details on the MSP-EXP432P401R LaunchXL development board can be found in the
22 MSP-EXP432P401R LaunchXL User's Guide.
27 * The on-board 32-kHz crystal allows for lower LPM3 sleep currents and a higher-precision clock sou…
28 …default internal 32-kHz REFOCLK. Therefore, the presence of the crystal allows the full range of l…
30 * The on-board 48-MHz crystal allows the device to run at its maximum operating speed for MCLK and …
32 The MSP-EXP432P401R LaunchXL development board configuration supports the following hardware featur…
34 +-----------+------------+-----------------------+
37 | NVIC | on-chip | nested vectored |
39 +-----------+------------+-----------------------+
40 | SYSTICK | on-chip | system clock |
41 +-----------+------------+-----------------------+
42 | UART | on-chip | serial port |
43 +-----------+------------+-----------------------+
45 More details about the supported peripherals are available in MSP432P4XX TRM
54 #. Ensure the XDS-110 emulation firmware is updated.
56 Download and install the latest `XDS-110 emulation package`_.
59 …<http://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#updating-the-xds110-fi…
62 in ``<install_dir>/ccs_base/common/uscif/xds110/``.
70 to your environment's PATH variable. For example, use this command in Linux:
72 .. code-block:: console
74 export PATH=$ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/openocd:$PATH
77 the one in the Zephyr SDK. If for some reason you wish to continue to use
79 OPENOCD_DEFAULT_PATH variables in
84 .. code-block:: cmake
96 For example, to build and flash the :zephyr:code-sample:`hello_world` application for the
97 MSP-EXP432P401R LaunchXL:
99 .. zephyr-app-commands::
100 :zephyr-app: samples/hello_world
108 .. code-block:: console
120 .. zephyr-app-commands::
121 :zephyr-app: samples/hello_world
123 :maybe-skip-config:
129 .. target-notes::
138 http://www.ti.com/tool/SIMPLELINK-MSP432-SDK
146 .. _XDS-110 emulation package: