From dfdb5955d33b028689d49c62b9143a75ca1a91f8 Mon Sep 17 00:00:00 2001 From: Terraneo Federico <fede.tft@miosix.org> Date: Mon, 27 Aug 2018 15:43:55 +0200 Subject: [PATCH] Improvements to thermal_test_chip bsp --- .../stm32f407vg_thermal_test_chip/board_settings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h b/miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h index 824e39f3..651df53a 100644 --- a/miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h +++ b/miosix/config/arch/cortexM4_stm32f4/stm32f407vg_thermal_test_chip/board_settings.h @@ -68,7 +68,7 @@ const bool defaultSerialFlowctrl=false; // Uncomment AUX_SERIAL to enable. The device will appear as /dev/auxtty. #define AUX_SERIAL "auxtty" const unsigned int auxSerial=3; -const unsigned int auxSerialSpeed=115200; +const unsigned int auxSerialSpeed=230400; const bool auxSerialFlowctrl=false; #define SERIAL_1_DMA //#define SERIAL_2_DMA @@ -77,8 +77,8 @@ const bool auxSerialFlowctrl=false; //#define I2C_WITH_DMA //SD card driver -static const unsigned char sdVoltage=30; //Board powered @ 3.0V -#define SD_ONE_BIT_DATABUS //Can't use 4 bit databus due to pin conflicts +static const unsigned char sdVoltage=33; //Board powered @ 3.3V +// #define SD_ONE_BIT_DATABUS //Commented to use 4 bit databus /** * \} -- GitLab