clock_group
This is an old revision of the document!
Table of Contents
clock group
configuration of the used clocks.
"clock": {
"cpu": {
"source" : "hse",
"frequency" : "12 MHz",
}
}
source
defines the source of the clock signal. Supported clock sources are:
- “hse” (High speed external)
- …
type: enum
default: no default possible
frequency
defines the frequency that this clock has.
type: string (Hz, kHz, MHz)
default: “1 MHz”
clock_group.1755408745.txt.gz · Last modified: by lars
