Lines Matching +full:port +full:- +full:line +full:- +full:mapping
10 chipset integrating SX1276 LoRaWAN Modem, STM32L151CB-A MCU and GPS module.
14 .. figure:: img/96b-wistrio.jpg
28 - RAK5205 Chipset
29 - 3.3V work voltage
30 - 128 KB Flash
31 - 16 KB SRAM
32 - On board sensors:
34 - Accelerometer: STMicro LIS3DH
35 - Integrated Environmental sensor: Bosch BME680
37 - 2 User LEDs
38 - GPIO with external interrupt capability
39 - UART (2)
40 - I2C (1)
41 - GPS Module
42 - GPS Antenna
43 - LoRa Antenna
51 +-----------+------------+-------------------------------------+
54 | NVIC | on-chip | nested vector interrupt controller |
55 +-----------+------------+-------------------------------------+
56 | SYSTICK | on-chip | system clock |
57 +-----------+------------+-------------------------------------+
58 | UART | on-chip | serial port |
59 +-----------+------------+-------------------------------------+
60 | GPIO | on-chip | gpio |
61 +-----------+------------+-------------------------------------+
62 | PINMUX | on-chip | pinmux |
63 +-----------+------------+-------------------------------------+
64 | I2C | on-chip | i2c |
65 +-----------+------------+-------------------------------------+
66 | SPI | on-chip | spi |
67 +-----------+------------+-------------------------------------+
68 | RTC | on-chip | rtc |
69 +-----------+------------+-------------------------------------+
70 | EEPROM | on-chip | eeprom |
71 +-----------+------------+-------------------------------------+
80 ---
82 - LED1 / User1 LED = PA12
83 - LED2 / User2 LED = PB4
86 ------------
88 - BUTTON = RST (BT1)
90 Serial Port
98 ---
100 96Boards WisTrio board has 1 I2C connected to on-board sensors.
101 The default I2C mapping is:
103 - I2C1_SCL : PB8
104 - I2C1_SDA : PB9
110 ---
112 96Boards WisTrio board has 1 SPI connected to on-chip LoRa Radio.
113 The default SPI mapping is:
115 - SPI1_SCLK : PA5
116 - SPI1_MISO : PA6
117 - SPI1_MOSI : PA7
118 - SPI1_NSS : PB0
127 bootloader and another using the SWD debug port (which requires additional
137 ---------------------
139 1. Connect 96Boards WisTrio to your Linux PC using, USB-Micro to USB-A
144 - Connect BOOT0 to VDD (link pin 1 and 2 on J12)
145 - Press and release the RST button
151 … for building and flashing the :zephyr:code-sample:`hello_world` application using `stm32flash`_ c…
153 .. zephyr-app-commands::
154 :zephyr-app: samples/hello_world
159 -------------------
168 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC
171 .. code-block:: console
173 $ arm-zephyr-eabi-gdb -q zephyr.elf
174 (gdb) target extended-remote /dev/ttyACM0
192 .. target-notes::
204 https://github.com/blacksphere/blackmagic/wiki/Getting-Started
207 https://linaro.co/ie-specification