![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|

Functions | |
| void | SystemInit (void) |
| Setup the microcontroller system Initialize the FPU setting and vector table location configuration. | |
| void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock , it can be used by the user application to setup the SysTick timer or configure other parameters. | |
| void | ExitRun0Mode (void) |
| Exit Run* mode and Configure the system Power Supply. | |
| void ExitRun0Mode | ( | void | ) |
Exit Run* mode and Configure the system Power Supply.
| None |
| None |
Definition at line 476 of file system_stm32h7xx.c.
| void SystemCoreClockUpdate | ( | void | ) |
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock , it can be used by the user application to setup the SysTick timer or configure other parameters.
(*) CSI_VALUE is a constant defined in stm32h7xx_hal.h file (default value 4 MHz) but the real value may vary depending on the variations in voltage and temperature. (**) HSI_VALUE is a constant defined in stm32h7xx_hal.h file (default value 64 MHz) but the real value may vary depending on the variations in voltage and temperature.
(***)HSE_VALUE is a constant defined in stm32h7xx_hal.h file (default value 25 MHz), user has to ensure that HSE_VALUE is same as the real frequency of the crystal used. Otherwise, this function may have wrong result.
| None |
| None |
Definition at line 354 of file system_stm32h7xx.c.
References CSI_VALUE, D1CorePrescTable, HSE_VALUE, HSI_VALUE, SystemCoreClock, and SystemD2Clock.
| void SystemInit | ( | void | ) |
Setup the microcontroller system Initialize the FPU setting and vector table location configuration.
| None |
| None |
Definition at line 180 of file system_stm32h7xx.c.