Skip to content

Commit 3661957

Browse files
Ashok RaoAshok Rao
authored andcommitted
Changing SPI flash's CS ine, Errata on SCH
1 parent fd241dd commit 3661957

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ typedef enum {
272272
SPI1_MOSI = PB_15,
273273
SPI1_MISO = PB_14,
274274
SPI1_SCK = PB_10,
275-
SPI1_CS = PD_2, //MX25R Chip Select
275+
SPI1_CS = PD_1, //MX25R Chip Select
276276

277277
// See JIRA IOTTHD-2908
278278
SPI2_MOSI = PC_12,

0 commit comments

Comments
 (0)