File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP-K1 Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,30 @@ typedef enum {
320
320
SPI_MISO = PB_4 ,
321
321
SPI_SCK = PB_3 ,
322
322
SPI_CS = PA_15 , // SPI pins to Arduino connector
323
+
324
+ // Adding these signals for the SDP connector
325
+ SDP_SPI_MOSI = PF_9 , // SDP Connector for SPI lines
326
+ SDP_SPI_MISO = PF_8 ,
327
+ SDP_SPI_SCK = PH_6 ,
328
+ SDP_SPI_CS_A = PB_9 ,
329
+ SDP_SPI_CS_B = PC_6 ,
330
+ SDP_SPI_CS_C = PC_7 ,
331
+ SDP_I2C_SDA = PC_9 , // SDP Connector I2C lines
332
+ SDP_I2C_SCL = PH_7 ,
333
+ SDP_GPIO_0 = PJ_0 , // SDP connector GPIO 0-7
334
+ SDP_GPIO_1 = PJ_1 ,
335
+ SDP_GPIO_2 = PJ_3 ,
336
+ SDP_GPIO_3 = PJ_4 ,
337
+ SDP_GPIO_4 = PJ_5 ,
338
+ SDP_GPIO_5 = PJ_12 ,
339
+ SDP_GPIO_6 = PJ_13 ,
340
+ SDP_GPIO_7 = PJ_14 ,
341
+ SDP_UART_TX = PD_5 , // SDP connector UART
342
+ SDP_UART_RX = PD_6 ,
343
+ SDP_TMR_A = PB_14 , // SDP connector TMR A, B & D
344
+ SDP_TMR_B = PE_6 ,
345
+ SDP_TMR_D = PC_8 ,
346
+
323
347
PWM_OUT = PA_1 ,
324
348
325
349
/**** USB pins ****/
You can’t perform that action at this time.
0 commit comments