Lines Matching +full:daisy +full:- +full:chain

8 provides two CAN SIC interfaces and is based on the 32-bit Arm Cortex-M4F
14 - NXP S32K146
15 - Arm Cortex-M4F @ up to 112 Mhz
16 - 1 MB Flash
17 - 128 KB SRAM
18 - up to 127 I/Os
19 - 3x FlexCAN with 2x FD
20 - eDMA, 12-bit ADC, MPU, ECC and more.
22 - Interfaces:
23 - DCD-LZ debug interface with SWD + Console / UART
24 - Dual CAN FD PHYs with dual connectors for daisy chain operation
25 - JST-GH DroneCode compliant standard connectors and I/O headers
26 - user RGB LED and button.
39 SYSMPU on-chip mpu
40 PORT on-chip pinctrl
41 GPIO on-chip gpio
42 LPUART on-chip serial
43 LPI2C on-chip i2c
44 LPSPI on-chip spi
45 FTM on-chip pwm
46 FlexCAN on-chip can
47 Watchdog on-chip watchdog
48 RTC on-chip counter
49 ADC on-chip adc
63 :zephyr_file:`dts/bindings/pinctrl/nxp,port-pinctrl.yaml`.
66 ----
88 led1_red_pwm pwm-led0 / red-pwm-led LED1_RGB_RED_PWM PTD15 / FTM0_CH0
89 led1_green_pwm pwm-led1 / green-pwm-led LED1_RGB_GREEN_PWM PTD16 / FTM0_CH1
90 led1_blue_pwm pwm-led2 / blue-pwm-led LED1_RGB_BLUE_PWM PTD0 / FTM0_CH2
96 -------
109 The serial console is provided via ``lpuart1`` on the 7-pin DCD-LZ debug
122 The Arm Cortex-M4F core is configured to run at 80 MHz (RUN mode).
130 This board configuration supports `Lauterbach TRACE32`_ and `SEGGER J-Link`_
132 in :ref:`lauterbach-trace32-debug-host-tools` and :ref:`jlink-debug-host-tools`,
134 default runner is J-Link.
139 Run the ``west flash`` command to flash the application using SEGGER J-Link.
140 Alternatively, run ``west flash -r trace32`` to use Lauterbach TRACE32.
145 .. code-block:: console
147 west flash -r trace32 --startup-args elfFile=<elf_path> loadTo=<flash/sram>
152 - ``<elf_path>`` is the path to the Zephyr application ELF in the output
154 - ``loadTo=flash`` loads the application to the SoC internal program flash
157 - ``eraseFlash=yes`` erases the whole content of SoC internal flash before the
160 - ``verifyFlash=yes`` verify the SoC internal flash content after programming
165 .. code-block:: console
167 …west flash -r trace32 --startup-args elfFile=build/zephyr/zephyr.elf loadTo=flash eraseFlash=yes v…
172 Run the ``west debug`` command to start a GDB session using SEGGER J-Link.
173 Alternatively, run ``west debug -r trace32`` to launch the Lauterbach TRACE32
179 .. target-notes::
182 … https://www.nxp.com/design/development-boards/analog-toolbox/can-sic-evaluation-board:UCANS32K1SIC
185 …ucts/processors-and-microcontrollers/s32-automotive-platform/s32k-auto-general-purpose-mcus/s32k1-
190 .. _SEGGER J-Link: