Skip to content

Stm32c071 add hsi48 support #92976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jurenat
Copy link
Contributor

@jurenat jurenat commented Jul 10, 2025

Create an HSI48 clock source (HSIUSB48) for the STM32C071 SOC. Only the STM32C071xx SOC supports this clock, and it can be used in systems which do not have an HSE or the HSE value is not 48 MHz.

jurenat added 3 commits July 11, 2025 09:17
STM32C071 have USB peripheral which can be clocked from HSI (HSIUSB48).

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
Allow to use internal HSI to clock the USB bus if HSE is not available.

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
Enables the HSIUSB48 clock (node clk_hsi48 in the SoC DTSI)
on the nucleo_c071rb platform.

Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
@jurenat jurenat force-pushed the stm32c071-add-hsi48-support branch from 369390e to 08eafba Compare July 11, 2025 07:24
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants