Lines Matching +full:port +full:- +full:line +full:- +full:mapping

26 - STM32F411CE in UFQFPN48 package
27 - ARM |reg| 32-bit Cortex |reg|-M4 CPU with FPU
28 - 84 MHz max CPU frequency
29 - 1.8V work voltage
30 - 512 KB Flash
31 - 128 KB SRAM
32 - On board sensors:
34 - Temperature/Humidity: SI7034-A10
35 - Pressure: BMP280
36 - ALS/Proximity: RPR-0521RS
37 - Geomagnetic: BMM150
38 - Accelerometer/Gyroscope: BMI160
39 - AMR Hall sensor: MRMS501A
40 - Microphone: SPK0415HM4H-B
42 - 4 User LEDs
43 - 15 General purpose LEDs
44 - GPIO with external interrupt capability
45 - I2C (3)
46 - SPI (1)
47 - I2S (1)
55 +-----------+------------+-------------------------------------+
58 | NVIC | on-chip | nested vector interrupt controller |
59 +-----------+------------+-------------------------------------+
60 | SYSTICK | on-chip | system clock |
61 +-----------+------------+-------------------------------------+
62 | UART | on-chip | serial port |
63 +-----------+------------+-------------------------------------+
64 | GPIO | on-chip | gpio |
65 +-----------+------------+-------------------------------------+
66 | PINMUX | on-chip | pinmux |
67 +-----------+------------+-------------------------------------+
68 | FLASH | on-chip | flash |
69 +-----------+------------+-------------------------------------+
70 | SPI | on-chip | spi |
71 +-----------+------------+-------------------------------------+
72 | I2C | on-chip | i2c |
73 +-----------+------------+-------------------------------------+
84 ---
86 - LED1 / User1 LED = PB12
87 - LED2 / User2 LED = PB13
88 - LED3 / User3 LED = PB14
89 - LED4 / User4 LED = PB15
92 ------------
94 - BUTTON = RST (SW1)
95 - BUTTON = USR (SW2)
104 Serial Port
111 ---
113 96Boards Neonkey board has up to 3 I2Cs. The default I2C mapping for Zephyr is:
115 - I2C1_SCL : PB6
116 - I2C1_SDA : PB7
117 - I2C2_SCL : PB10
118 - I2C2_SDA : PB3
119 - I2C3_SCL : PA8
120 - I2C3_SCL : PB4
123 ---
125 96Boards Neonkey board has one SPI. The default SPI mapping for Zephyr is:
127 - SPI1_NSS : PA4
128 - SPI1_SCK : PA5
129 - SPI1_MISO : PA6
130 - SPI1_MOSI : PA7
138 Here is an example for building the :zephyr:code-sample:`hello_world` application.
140 .. zephyr-app-commands::
141 :zephyr-app: samples/hello_world
149 bootloader and another using the SWD debug port (which requires additional
153 ---------------------
165 For flashing, `stm32flash`_ command line utility can be used. The following
169 .. code-block:: console
171 $ stm32flash -w zephyr.bin -v -g 0x08000000 /dev/ttyS0
175 serial port ``/dev/ttyS0``.
178 -------------------
180 For flashing via SWD debug port, 0.1" male header must be soldered at P4
190 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC
193 .. code-block:: console
195 $ arm-zephyr-eabi-gdb -q zephyr.elf
196 (gdb) target extended-remote /dev/ttyACM0
219 .. target-notes::
234 https://github.com/blacksphere/blackmagic/wiki/Getting-Started