Skip to content
Snippets Groups Projects
Commit 93b84f19 authored by Davide Mor's avatar Davide Mor
Browse files

[StrainBoard] added HSE_VALUE to strainboard target, and removed spi...

[StrainBoard] added HSE_VALUE to strainboard target, and removed spi definition that caused linkage errors
parent 632cabc6
Branches
Tags
No related merge requests found
......@@ -30,7 +30,6 @@ namespace sensors {
namespace ads1118 {
using cs = Gpio<GPIOA_BASE, 4>;
const SPI_TypeDef* spi = SPI1;
}
}
......
......@@ -626,7 +626,7 @@ ifeq ($(OPT_BOARD),stm32f103cb_skyward_strain_board)
LINKER_SCRIPT := $(LINKER_SCRIPT_PATH)stm32_128k+20k_rom.ld
## Select clock frequency
CLOCK_FREQ := -DSYSCLK_FREQ_24MHz=24000000 -DRUN_WITH_HSI
CLOCK_FREQ := -DHSE_VALUE=25000000 -DSYSCLK_FREQ_24MHz=24000000
#CLOCK_FREQ := -DSYSCLK_FREQ_24MHz=24000000
#CLOCK_FREQ := -DSYSCLK_FREQ_36MHz=36000000
#CLOCK_FREQ := -DSYSCLK_FREQ_48MHz=48000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment