Skip to content

Commit 2bb925e

Browse files
committed
Correct SPI pin defines
1 parent e030841 commit 2bb925e

File tree

1 file changed

+6
-6
lines changed

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)/variant_DAISY_PATCH_SM.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,25 +229,25 @@
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

0 commit comments

Comments
 (0)