Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd98ff1c

Browse files
committed
chore(wl3): manage HSI
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent8164b92 commitd98ff1c

File tree

1 file changed

+1
-1
lines changed
  • libraries/SrcWrapper/src/stm32

1 file changed

+1
-1
lines changed

‎libraries/SrcWrapper/src/stm32/clock.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void enableClock(sourceClock_t source)
130130
if (__HAL_RCC_GET_FLAG(RCC_FLAG_HSIRDY)==RESET) {
131131
RCC_OscInitStruct.OscillatorType=RCC_OSCILLATORTYPE_HSI;
132132
RCC_OscInitStruct.HSIState=RCC_HSI_ON;
133-
#if !defined(STM32WB0x)
133+
#if !defined(STM32WB0x)&& !defined(STM32WL3x)
134134
#if defined(STM32MP1xx)
135135
RCC_OscInitStruct.HSICalibrationValue=0x00;
136136
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp