Skip to content
Snippets Groups Projects
Commit 77db8cf0 authored by cnlohr's avatar cnlohr
Browse files

Update comment for core clock.

parent 04a09601
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#define FUNCONF_USE_HSI 1 // Use HSI Internal Oscillator #define FUNCONF_USE_HSI 1 // Use HSI Internal Oscillator
#define FUNCONF_USE_HSE 0 // Use External Oscillator #define FUNCONF_USE_HSE 0 // Use External Oscillator
#define FUNCONF_HSITRIM 0x10 // Use factory calibration on HSI Trim. #define FUNCONF_HSITRIM 0x10 // Use factory calibration on HSI Trim.
#define FUNCONF_SYSTEM_CORE_CLOCK 48000000 // Computed Clock in Hz. #define FUNCONF_SYSTEM_CORE_CLOCK 48000000 // Computed Clock in Hz (Default only for 003, other chips have other defaults)
#define FUNCONF_HSE_BYPASS 0 // Use HSE Bypass feature (for oscillator input) #define FUNCONF_HSE_BYPASS 0 // Use HSE Bypass feature (for oscillator input)
#define FUNCONF_USE_CLK_SEC 1 // Use clock security system, enabled by default #define FUNCONF_USE_CLK_SEC 1 // Use clock security system, enabled by default
#define FUNCONF_USE_DEBUGPRINTF 1 #define FUNCONF_USE_DEBUGPRINTF 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment