File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T) Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 229229
230230// SPI definitions
231231#ifndef PIN_SPI_SS
232- #define PIN_SPI_SS PA4
232+ #define PIN_SPI_SS PB4
233233#endif
234234#ifndef PIN_SPI_SS1
235- #define PIN_SPI_SS1 PA15
235+ #define PIN_SPI_SS1 PNUM_NOT_DEFINED
236236#endif
237237#ifndef PIN_SPI_SS2
238- #define PIN_SPI_SS2 PG10
238+ #define PIN_SPI_SS2 PNUM_NOT_DEFINED
239239#endif
240240#ifndef PIN_SPI_SS3
241241 #define PIN_SPI_SS3 PNUM_NOT_DEFINED
242242#endif
243243#ifndef PIN_SPI_MOSI
244- #define PIN_SPI_MOSI PA7
244+ #define PIN_SPI_MOSI PC3
245245#endif
246246#ifndef PIN_SPI_MISO
247- #define PIN_SPI_MISO PA6
247+ #define PIN_SPI_MISO PC2
248248#endif
249249#ifndef PIN_SPI_SCK
250- #define PIN_SPI_SCK PA5
250+ #define PIN_SPI_SCK PD10
251251#endif
252252
253253// I2C definitions
You can’t perform that action at this time.
0 commit comments