File tree Expand file tree Collapse file tree 6 files changed +942
-783
lines changed
targets/TARGET_STM/TARGET_STM32L4
TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A
TARGET_STM32L476xG/TARGET_DISCO_L476VG
TARGET_STM32L496xG/TARGET_DISCO_L496AG Expand file tree Collapse file tree 6 files changed +942
-783
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
*******************************************************************************
3
- * Copyright (c) 2017 , STMicroelectronics
3
+ * Copyright (c) 2018 , STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
6
* Redistribution and use in source and binary forms, with or without
27
27
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
*******************************************************************************
29
29
*/
30
+
30
31
#ifndef MBED_PINNAMES_H
31
32
#define MBED_PINNAMES_H
32
33
@@ -240,6 +241,41 @@ typedef enum {
240
241
SPI_CS = D10 ,
241
242
PWM_OUT = D9 ,
242
243
244
+ /**** USB pins ****/
245
+ USB_OTG_FS_DM = PA_11 ,
246
+ USB_OTG_FS_DP = PA_12 ,
247
+ USB_OTG_FS_ID = PA_10 ,
248
+ USB_OTG_FS_NOE = PC_9 ,
249
+ USB_OTG_FS_NOE_ALT0 = PA_13 ,
250
+ USB_OTG_FS_SOF = PA_8 ,
251
+ USB_OTG_FS_VBUS = PA_9 ,
252
+
253
+ /**** No ETHERNET pins ***/
254
+
255
+ /**** OSCILLATOR pins ****/
256
+ RCC_OSC32_IN = PC_14 ,
257
+ RCC_OSC32_OUT = PC_15 ,
258
+ RCC_OSC_IN = PH_0 ,
259
+ RCC_OSC_OUT = PH_1 ,
260
+
261
+ /**** DEBUG pins ****/
262
+ SYS_JTCK_SWCLK = PA_14 ,
263
+ SYS_JTDI = PA_15 ,
264
+ SYS_JTDO_SWO = PB_3 ,
265
+ SYS_JTMS_SWDIO = PA_13 ,
266
+ SYS_JTRST = PB_4 ,
267
+ SYS_PVD_IN = PB_7 ,
268
+ SYS_TRACECLK = PE_2 ,
269
+ SYS_TRACED0 = PE_3 ,
270
+ SYS_TRACED1 = PE_4 ,
271
+ SYS_TRACED2 = PE_5 ,
272
+ SYS_TRACED3 = PE_6 ,
273
+ SYS_WKUP1 = PA_0 ,
274
+ SYS_WKUP2 = PC_13 ,
275
+ SYS_WKUP3 = PE_6 ,
276
+ SYS_WKUP4 = PA_2 ,
277
+ SYS_WKUP5 = PC_5 ,
278
+
243
279
// Not connected
244
280
NC = (int )0xFFFFFFFF
245
281
} PinName ;
You can’t perform that action at this time.
0 commit comments