Lines Matching +full:rs485 +full:- +full:mode

13 programming language and standard IEC-61131-3 PLC programming languages,
24 - Ethernet compliant with IEEE802.3-2002
25 - 16MB QSPI Flash
26 - 4 x green color status LEDs
27 - 1 x green or red led over the reset push-button
28 - 1 x blue led over the user push-button (Opta Advanced only)
29 - 1 x user push-button
30 - 1 x reset push-button accessible via pinhole
31 - 8 x analog inputs
32 - 4 x isolated relay outputs
36 :alt: ARDUINO-OPTA
38 More information about the board can be found at the `ARDUINO-OPTA website`_.
41 - `STM32H747XI on www.st.com`_
42 - `STM32H747xx reference manual`_
43 - `STM32H747xx datasheet`_
51 +-----------+------------+-------------------------------------+
54 | NVIC | on-chip | nested vector interrupt controller |
55 +-----------+------------+-------------------------------------+
56 | PINMUX | on-chip | pinmux |
57 +-----------+------------+-------------------------------------+
58 | GPIO | on-chip | gpio |
59 +-----------+------------+-------------------------------------+
60 | FLASH | on-chip | flash memory |
61 +-----------+------------+-------------------------------------+
62 | RNG | on-chip | True Random number generator |
63 +-----------+------------+-------------------------------------+
64 | IPM | on-chip | virtual mailbox based on HSEM |
65 +-----------+------------+-------------------------------------+
66 | USB | on-board | usb-fs |
67 +-----------+------------+-------------------------------------+
68 | ETHERNET | on-board | eth |
69 +-----------+------------+-------------------------------------+
70 | RS485 | on-board | uart |
71 +-----------+------------+-------------------------------------+
76 +-----------+------------+-------------------------------------+
79 | NVIC | on-chip | nested vector interrupt controller |
80 +-----------+------------+-------------------------------------+
81 | PINMUX | on-chip | pinmux |
82 +-----------+------------+-------------------------------------+
83 | GPIO | on-chip | gpio |
84 +-----------+------------+-------------------------------------+
85 | FLASH | on-chip | flash memory |
86 +-----------+------------+-------------------------------------+
87 | RNG | on-chip | True Random number generator |
88 +-----------+------------+-------------------------------------+
89 | IPM | on-chip | virtual mailbox based on HSEM |
90 +-----------+------------+-------------------------------------+
102 controllers are responsible for pin muxing, input/output, pull-up, etc.
104 For more details please refer to `ARDUINO-OPTA website`_.
107 ---------------------------------
109 - Status LED1: PI0
110 - Status LED2: PI1
111 - Status LED3: PI3
112 - Status LED4: PH15
113 - Green "reset" LED: PH12
114 - Red "reset" LED: PH11
115 - Blue LED: PE5
116 - User button: PE4
117 - Input 1 : PA0
118 - Input 2 : PC2
119 - Input 3 : PF12
120 - Input 4 : PB0
121 - Input 5 : PF10
122 - Input 6 : PF8
123 - Input 7 : PF6
124 - Input 8 : PF4
125 - Relay 1: PI6
126 - Relay 2: PI5
127 - Relay 3: PI7
128 - Relay 4: PI4
134 as well as by the main PLL clock. By default, the CPU2 (Cortex-M4) System clock
144 - **Compilation**: Clock configuration is only accessible to M7 core. M4 core only
146 - **Static pre-compilation assignment**: Peripherals such as a UART are assigned in
149 - **Run time protection**: Interrupt-controller and GPIO configurations could be
165 the RESET button shortly twice, the RESET-LED on the board will fade
166 indicating the board is in bootloader mode.
170 - CPU1 (Cortex-M7) boot address is set to 0x08040000
171 - CPU2 (Cortex-M4) boot address is set to 0x08180000
177 - 0x08000000-0x0803FFFF (256k) Arduino MCUboot-derived bootloader
178 - 0x08040000-0x080FFFFF (768k) M7 application
179 - 0x08180000-0x081FFFFF (512k) M4 application
183 ------------------------------------------
188 Here is an example for the :zephyr:code-sample:`blinky` application on M7 core.
190 .. zephyr-app-commands::
191 :zephyr-app: samples/basic/blinky
196 ------------------------------------------
201 Here is an example for the :zephyr:code-sample:`blinky` application on M4 core.
203 .. zephyr-app-commands::
204 :zephyr-app: samples/basic/blinky
209 -----------------------------------------------
214 Make sure the option bytes are set to prevent the M4 from auto-starting, and
221 .. code-block:: cpp
235 case and solder a standard 10-pin SWD connector to the board. After that
236 both flashing and debugging are available via ST-LINK (M7 core only).
238 .. _ARDUINO-OPTA website:
242 …n/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mc…