Added delay before starting low frequency clock for the first time to ensure that anomaly conditions are not met. Delay is configurable and might be disabled. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
18 lines
290 B
Text
18 lines
290 B
Text
# Nordic Semiconductor nRF52832 MCU
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_NRF52832_QFAB
|
|
|
|
config SOC
|
|
default "nRF52832_QFAB"
|
|
|
|
config NUM_IRQS
|
|
default 39
|
|
|
|
config NRF52_ANOMALY_132_WORKAROUND
|
|
bool
|
|
default y
|
|
|
|
endif # SOC_NRF52832_QFAB
|