diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_STM32F3_DISCOVERY/board.h | 4 | ||||
-rw-r--r-- | boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/boards/ST_STM32F3_DISCOVERY/board.h b/boards/ST_STM32F3_DISCOVERY/board.h index c285f0040..41f20b951 100644 --- a/boards/ST_STM32F3_DISCOVERY/board.h +++ b/boards/ST_STM32F3_DISCOVERY/board.h @@ -653,7 +653,7 @@ * PE0 - L3GD20_INT1 (input pullup).
* PE1 - L3GD20_INT2 (input pullup).
* PE2 - LSM303_DRDY (input pullup).
- * PE3 - SPI1_CS (output pushpull minimum).
+ * PE3 - SPI1_CS (output pushpull maximum).
* PE4 - LSM303_INT1 (input pullup).
* PE5 - LSM303_INT2 (input pullup).
* PE6 - PIN6 (input pullup).
@@ -702,7 +702,7 @@ #define VAL_GPIOE_OSPEEDR (PIN_OSPEED_2M(GPIOE_L3GD20_INT1) | \
PIN_OSPEED_2M(GPIOE_L3GD20_INT2) | \
PIN_OSPEED_2M(GPIOE_LSM303_DRDY) | \
- PIN_OSPEED_2M(GPIOE_SPI1_CS) | \
+ PIN_OSPEED_100M(GPIOE_SPI1_CS) | \
PIN_OSPEED_2M(GPIOE_LSM303_INT1) | \
PIN_OSPEED_2M(GPIOE_LSM303_INT2) | \
PIN_OSPEED_2M(GPIOE_PIN6) | \
diff --git a/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg b/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg index e08be32ac..0cca69422 100644 --- a/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg +++ b/boards/ST_STM32F3_DISCOVERY/cfg/board.chcfg @@ -561,7 +561,7 @@ <pin3
ID="SPI1_CS"
Type="PushPull"
- Speed="Minimum"
+ Speed="Maximum"
Resistor="Floating"
Level="High"
Mode="Output"
|