File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -151,4 +151,30 @@ pins:
151151 TIMER1_CH0: 1
152152 # USART1_CTS if AF7 is selected
153153 USART1_CTS: 7
154- ` ` `
154+ ` ` `
155+
156+ # # Exception
157+
158+ # ## GD32F405
159+ For GD32F405Vx series, LQFP100 package have 82 I/O pins, but BGA100 package only have 81 I/O pins. PD8 is lost on BGA100 package.
160+
161+ # ## GD32F350
162+ For GD32F350xB/8/6 devices, there have some invalid signal mapping for USART0, I2C0 and SPI0.
163+ This issue cause by peripheral number increased on GD32F350xB/8/6, related pins already mapping
164+ to another signals.
165+
166+ Below table show the invalid signal, pins mapping.
167+
168+ | SIGNAL | PINS |
169+ | ---------- | --------- |
170+ | USART0_CTS | PA0 |
171+ | USART0_RTS | PA1 |
172+ | USART0_TX | PA2, PA14 |
173+ | USART0_RX | PA3, PA15 |
174+ | USART0_CK | PA4 |
175+ | I2C0_SCL | PB10, PF6 |
176+ | I2C0_SDA | PB11, PF7 |
177+ | SPI0_NSS | PB12 |
178+ | SPI0_SCK | PB13 |
179+ | SPI0_MISO | PB14 |
180+ | SPI0_MOSI | PB15 |
You can’t perform that action at this time.
0 commit comments