the RCC Clocks frequencies. [..] (@) Importantnote: Care must be taken when HAL_RCCEx_PeriphCLKConfig() is used to select theRTC clocksource; in this case the Backup domain will be reset in order to modify theRTC Clock source...
default: RCC_Clocks->SYSCLK_Frequency = HSI_VALUE; break; } /* Compute HCLK, PCLK1, PCLK2 and ADCCLK clocks frequencies ---*/ /* Get HCLK*/ tmp = RCC->CFGR &CFGR_HPRESet_Mask; tmp = ...
Sorry for a possibly really dumb question but can't seem to figure it out, in the blinky.rs example if I change let clocks = rcc.cfgr.freeze(&mut flash.acr); to let clocks = rcc.cfgr.use_hse(time::Hertz(8_000_000)).freeze(&mut flash.acr)...
Toy project to get familiar with STM32F0-Discovery board and wonderful world of ARM Cortex-M processors. Based on template https://github.com/szczys/stm32f0-discovery-basic-template - stm32/lib/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_rcc.c at 5c243a4a9f
Security Insights Additional navigation options Files .settings AudioPlayer/AudioPlayer Drivers CMSIS STM32L4xx_HAL_Driver Inc Src stm32l4xx_hal.c stm32l4xx_hal_cortex.c stm32l4xx_hal_dma.c stm32l4xx_hal_flash.c stm32l4xx_hal_flash_ex.c ...