소스 검색

ApiHal: update HSE tuning to match EVT samples (#612)

あく 4 년 전
부모
커밋
12113b480d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      firmware/targets/f6/api-hal/api-hal-clock.c

+ 1 - 1
firmware/targets/f6/api-hal/api-hal-clock.c

@@ -10,7 +10,7 @@ void api_hal_clock_init() {
     while(LL_FLASH_GetLatency() != LL_FLASH_LATENCY_3);
 
     /* HSE configuration and activation */
-    LL_RCC_HSE_SetCapacitorTuning(0x18);
+    LL_RCC_HSE_SetCapacitorTuning(0x26);
     LL_RCC_HSE_Enable();
     while(LL_RCC_HSE_IsReady() != 1) ;