From 21339abd6149fad06ad5ad320900ca5a0e93bffb Mon Sep 17 00:00:00 2001 From: Ashok Rao Date: Wed, 13 Feb 2019 13:42:25 +0000 Subject: [PATCH] Changing SPI flash's CS ine, Errata on SCH --- .../TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h index 7f2c43257a..55160abe46 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/PinNames.h @@ -272,7 +272,7 @@ typedef enum { SPI1_MOSI = PB_15, SPI1_MISO = PB_14, SPI1_SCK = PB_10, - SPI1_CS = PD_2, //MX25R Chip Select + SPI1_CS = PD_1, //MX25R Chip Select // See JIRA IOTTHD-2908 SPI2_MOSI = PC_12,