uv-k5-firmware-chinese-lts/openocd-win/openocd/scripts/chip/atmel/at91/pmc.tcl

18 lines
384 B
Tcl
Raw Normal View History

2024-01-05 10:37:22 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
if [info exists AT91C_MAINOSC_FREQ] {
# user set this... let it be.
} {
# 18.432mhz is a common thing...
set AT91C_MAINOSC_FREQ 18432000
}
global AT91C_MAINOSC_FREQ
if [info exists AT91C_SLOWOSC_FREQ] {
# user set this... let it be.
} {
# 32khz is the norm
set AT91C_SLOWOSC_FREQ 32768
}
global AT91C_SLOWOSC_FREQ