zephyr/soc/arm/nordic_nrf/nrf52/Kconfig.defconfig.nrf52832_QFAB
Krzysztof Chruscinski 510102dd71 soc: arm: nordic_nrf: nrf52: Add workaround for anomaly 132
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>
2020-01-29 15:38:55 +01:00

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