Lines Matching +full:can +full:- +full:transceiver +full:- +full:gpio
8 of communications interfaces like UART with RS232 and RS485 capabillities, CAN bus compatible to
15 - 8 to 52V power supply
16 …- SWD Pins for use as STLink (Pin header) and TC2030-IDC 6-Pin Tag-Connect Plug-of-Nails™ Connector
17 - Crystal for HS 25MHz
18 - Crystal for RTC 32.768KHz
19 - 1 UART serial for debug
20 - 1 Led RGB
21 - 1 Buzzer without internal oscillator
22 - 1 Mono audio up to 3W
23 - 1 Ethernet 10/100
24 - 1 MicroSD connector supporting 1 or 4-bit bus
25 - 1 USB 2.0 Host/Device
26 - 1 EEPROM memory with 512K bits
27 - 1 External SRAM memory with 8MB
28 - 1 NOR memory with 16MB
29 - 2 On-board RS232 Transceiver with RTS/CTS
30 - 2 On-board RS485 Transceiver
31 - 2 On-board CAN-FD Transceiver
34 - 1 Display RBG 888
35 - 1 Capacitive Touchscreen sensor
38 - 1 SPI
39 - 1 I2C
40 - 1 One Wire
41 - 2 DACs
42 - 6 PWM Channels
43 - 10 ADCs
45 More information about the board, can be found at the `Witte Linum website`_.
53 +-----------+------------+-------------------------------------+
56 | NVIC | on-chip | nested vector interrupt controller |
57 +-----------+------------+-------------------------------------+
58 | UART | on-chip | serial port |
59 +-----------+------------+-------------------------------------+
60 | PINMUX | on-chip | pinmux |
61 +-----------+------------+-------------------------------------+
62 | GPIO | on-chip | gpio |
63 +-----------+------------+-------------------------------------+
64 | RTC | on-chip | counter |
65 +-----------+------------+-------------------------------------+
66 | I2C | on-chip | i2c |
67 +-----------+------------+-------------------------------------+
68 | PWM | on-chip | pwm |
69 +-----------+------------+-------------------------------------+
70 | ADC | on-chip | adc |
71 +-----------+------------+-------------------------------------+
72 | RNG | on-chip | True Random number generator |
73 +-----------+------------+-------------------------------------+
74 | ETHERNET | on-chip | ethernet |
75 +-----------+------------+-------------------------------------+
76 | SPI | on-chip | spi |
77 +-----------+------------+-------------------------------------+
78 | USB | on-chip | usb_device |
79 +-----------+------------+-------------------------------------+
80 | CAN/CANFD | on-chip | canbus |
81 +-----------+------------+-------------------------------------+
82 | LTDC | on-chip | LCD Interface |
83 +-----------+------------+-------------------------------------+
84 | FMC | on-chip | memc (SDRAM) |
85 +-----------+------------+-------------------------------------+
86 | SDMMC | on-chip | disk access |
87 +-----------+------------+-------------------------------------+
91 The default configuration can be found in the defconfig file:
96 ----------------------------------
99 BOARD-LEDs
100 ----------
102 The LINUM-STM32H753BI has 3 software controllable LEDs.
113 ----------
115 The LINUM-STM32H753BI used the USART1 for serial console.
118 ------
127 The LINUM-STM32H753BI board has two on-board RS-232 transceiver connected to USART2 and USART3.
147 The LINUM-STM32H753BI board has two on-board RS-485 transceiver connected to USART4 and USART6.
166 -----
168 The LINUM-STM32H753BI has one SDCard slot connected as below:
181 GPIO PINS
188 --------
190 The LINUM-STM32H753BI has a ethernet connection using the transceiver KSZ8081RNACA.
208 CAN-FD
209 ------
211 The LINUM-STM32H753BI board has two on-board CAN-FD transceiver connected to FDCAN1 and FDCAN2.
230 ---
232 The LINUM-STM32H753BI has one usb port.
245 ----
246 The LINUM-STM32H753BI connects the EEPROM memory and the touchscreen sensor to I2C3.
256 --------------
257 The LINUM-STM32H753BI has a external SDRAM with 8Mbytes connected to FMC peripheral.
303 ---
304 The LINUM-STM32H753BI use the LTDC to support one LCD with RGB connection.
341 ------------
345 driven by the PLL clock at 480MHz, driven by an 25MHz high-speed external clock.
351 Applications for the ``linum`` board configuration can be built and
358 debug or flash tool and connect it to the SWD Connnector. JLink or ST-Link
365 -------------------------------------------
367 Here is an example for the :zephyr:code-sample:`hello_world` application.
371 .. code-block:: console
373 $ minicom -b 115200 -D /dev/ttyACM0
377 .. zephyr-app-commands::
378 :zephyr-app: samples/hello_world
384 .. code-block:: console
391 You can debug an application in the usual way. Here is an example for the
392 :zephyr:code-sample:`hello_world` application.
394 .. zephyr-app-commands::
395 :zephyr-app: samples/hello_world
397 :maybe-skip-config: