File tree Expand file tree Collapse file tree 1 file changed +77
-0
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L486xG/TARGET_MTB_ADV_WISE_1570 Expand file tree Collapse file tree 1 file changed +77
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,83 @@ typedef enum {
185
185
STDIO_UART_RX = UART3_RX ,
186
186
#endif
187
187
188
+ // Module external pins
189
+ P_1 = NC ,
190
+ P_2 = NC ,
191
+ P_3 = NC ,
192
+ P_4 = NC ,
193
+ P_5 = NC ,
194
+ P_6 = NC ,
195
+ P_7 = NC ,
196
+ P_8 = NC ,
197
+ P_9 = NC ,
198
+ P_10 = NC ,
199
+ P_11 = NC ,
200
+ P_12 = NC ,
201
+ P_13 = NC ,
202
+ P_14 = NC ,
203
+ P_15 = NC ,
204
+ P_16 = CB_RESET_OUT ,
205
+ P_17 = NC ,
206
+ P_18 = NC ,
207
+ P_19 = NC ,
208
+ P_20 = CB_PWR_ON ,
209
+ P_21 = NC ,
210
+ P_22 = UART3_TX ,
211
+ P_23 = NC ,
212
+ P_24 = NC ,
213
+ P_25 = NC ,
214
+ P_26 = NC ,
215
+ P_27 = NC ,
216
+ P_28 = NC ,
217
+ P_29 = NC ,
218
+ P_30 = NC ,
219
+ P_31 = NC ,
220
+ P_32 = UART3_RX ,
221
+ P_33 = NC ,
222
+ P_34 = UART3_RTS ,
223
+ P_35 = I2C1_SDA ,
224
+ P_36 = UART3_CTS ,
225
+ P_37 = I2C1_SCL ,
226
+ P_38 = GPIO0 ,
227
+ P_39 = NC ,
228
+ P_40 = GPIO1 ,
229
+ P_41 = PWM0_OUT ,
230
+ P_42 = GPIO2 ,
231
+ P_43 = PWM1_OUT ,
232
+ P_44 = GPIO3 ,
233
+ P_45 = NC ,
234
+ P_46 = GPIO4 ,
235
+ P_47 = ADC00 ,
236
+ P_48 = GPIO5 ,
237
+ P_49 = ADC01 ,
238
+ P_50 = NC ,
239
+ P_51 = NC ,
240
+ P_52 = NC ,
241
+ P_53 = ADC02 ,
242
+ P_54 = NC ,
243
+ P_55 = NC ,
244
+ P_56 = W_DISABLE ,
245
+ P_57 = NC ,
246
+ P_58 = I2C0_SDA ,
247
+ P_59 = NC ,
248
+ P_60 = I2C0_SCL ,
249
+ P_61 = NC ,
250
+ P_62 = SPI_MOSI ,
251
+ P_63 = NC ,
252
+ P_64 = SPI_MISO ,
253
+ P_65 = NC ,
254
+ P_66 = SPI_SCK ,
255
+ P_67 = BACKUP ,
256
+ P_68 = SPI_CS0 ,
257
+ P_69 = NC ,
258
+ P_70 = NC ,
259
+ P_71 = RESET_IN ,
260
+ P_72 = NC ,
261
+ P_73 = WAKE ,
262
+ P_74 = NC ,
263
+ P_75 = NC ,
264
+
188
265
} PinName ;
189
266
190
267
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments