gnuk/boards/STM32_PRIMER2/mcuconf.h

15 lines
530 B
C
Raw Normal View History

2010-08-10 03:11:02 +00:00
/*
* HAL driver system settings.
*/
#define STM32_SW STM32_SW_PLL
#define STM32_PLLSRC STM32_PLLSRC_HSE
2010-09-09 00:51:09 +00:00
#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV2
#define STM32_PLLMUL_VALUE 12
2010-08-10 03:11:02 +00:00
#define STM32_HPRE STM32_HPRE_DIV1
#define STM32_PPRE1 STM32_PPRE1_DIV2
#define STM32_PPRE2 STM32_PPRE2_DIV2
#define STM32_ADCPRE STM32_ADCPRE_DIV4
#define STM32_MCO STM32_MCO_NOCLOCK
2011-02-10 04:57:23 +00:00
#include "mcuconf-common.h"