File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L433xC/TARGET_NUCLEO_L433RC_P Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ typedef enum {
111
111
PC_14 = 0x2E ,
112
112
PC_15 = 0x2F ,
113
113
114
-
115
114
PD_2 = 0x32 ,
116
115
#ifdef STM32L433_100PINS // LQFP100 or UFBGA100 versions
117
116
PD_0 = 0x30 ,
@@ -165,10 +164,6 @@ typedef enum {
165
164
A3 = PC_2 ,
166
165
A4 = PC_1 ,
167
166
A5 = PC_0 ,
168
-
169
- A6 = PA_7 ,
170
- A7 = PA_2 ,
171
-
172
167
D0 = PA_2 ,
173
168
D1 = PA_3 ,
174
169
D2 = PA_12 ,
@@ -183,8 +178,10 @@ typedef enum {
183
178
D11 = PB_15 ,
184
179
D12 = PB_14 ,
185
180
D13 = PB_13 ,
181
+ D14 = PB_7 ,
182
+ D15 = PB_8 ,
186
183
187
- // STDIO for console print
184
+ // STDIO for console print
188
185
#ifdef MBED_CONF_TARGET_STDIO_UART_TX
189
186
STDIO_UART_TX = MBED_CONF_TARGET_STDIO_UART_TX ,
190
187
#else
@@ -197,12 +194,12 @@ typedef enum {
197
194
#endif
198
195
199
196
// Generic signals namings
200
- LED1 = PA_5 ,
201
- LED2 = PA_5 ,
202
- LED3 = PA_5 ,
203
- LED4 = PA_5 ,
197
+ LED1 = PB_13 ,
198
+ LED2 = PB_13 ,
199
+ LED3 = PB_13 ,
200
+ LED4 = PB_13 ,
204
201
USER_BUTTON = PC_13 ,
205
- BUTTON1 = USER_BUTTON ,
202
+ BUTTON1 = USER_BUTTON ,
206
203
SERIAL_TX = STDIO_UART_TX ,
207
204
SERIAL_RX = STDIO_UART_RX ,
208
205
USBTX = STDIO_UART_TX ,
@@ -215,7 +212,7 @@ typedef enum {
215
212
SPI_CS = D10 ,
216
213
PWM_OUT = D9 ,
217
214
218
- //USB pins
215
+ // USB pins
219
216
USB_DM = PA_11 ,
220
217
USB_DP = PA_12 ,
221
218
USB_NOE = PA_13 ,
You can’t perform that action at this time.
0 commit comments