mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
e2ab662b5d
The code in RCC_GetClocksFreq() uses HSE_VALUE to determine the tick rate of the SYSCLK. This in turn is used by the code in PIOS_DELAY_* to compute delays. ST Library defaults this to 25MHz for the F4. Our board actually has an 8MHz oscillator so delays were way off. Mostly affects the bootloaders since most FW code uses RTOS delays rather than busy-waiting using PIOS_DELAY_*. |
||
---|---|---|
.. | ||
System | ||
Makefile | ||
UAVObjects.inc |