File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
targets/TARGET_STM/TARGET_STM32L1/TARGET_MTB_RAK811 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ typedef enum {
106
106
ANT_CTX_PA = PA_4 ,
107
107
ANT_CRX_RX = PB_6 ,
108
108
ANT_CBT_HF = PB_7 ,
109
+ RF_TCXO_EN = PH_1 ,
109
110
110
111
SPI_MISO = PB_4 ,
111
112
SPI_MOSI = PB_5 ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ uint8_t SetSysClock_PLL_HSI(void)
123
123
RCC_OscInitStruct .OscillatorType = RCC_OSCILLATORTYPE_HSI ;
124
124
RCC_OscInitStruct .HSEState = RCC_HSE_OFF ;
125
125
RCC_OscInitStruct .HSIState = RCC_HSI_ON ;
126
+ RCC_OscInitStruct .HSICalibrationValue = RCC_HSICALIBRATION_DEFAULT ;
126
127
// SYSCLK = 32 MHz ((16 MHz * 4) / 2)
127
128
// USBCLK = 64 MHz (16 MHz * 4) --> USB not possible
128
129
RCC_OscInitStruct .PLL .PLLState = RCC_PLL_ON ;
You can’t perform that action at this time.
0 commit comments