Supporting Stop1 mode while BLE RF is enabled requires some specific adaptation and usage of STM32WBA Cube BLE controller scm API. scm (Secure clock manager) is in charge of switching clock depending on RF status and should be informed of PM stop modes scheduling. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
21 lines
494 B
Text
21 lines
494 B
Text
# ST Microelectronics STM32WBA MCU series
|
|
|
|
# Copyright (c) 2023 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_STM32WBAX
|
|
bool "STM32WBAx Series MCU"
|
|
select ARM
|
|
select CPU_CORTEX_M33
|
|
select SOC_FAMILY_STM32
|
|
select ARM_TRUSTZONE_M
|
|
select CPU_HAS_ARM_SAU
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_HAS_FPU
|
|
select ARMV8_M_DSP
|
|
select CPU_CORTEX_M_HAS_DWT
|
|
select HAS_STM32CUBE
|
|
select USE_STM32_HAL_PWR_EX
|
|
select HAS_PM
|
|
help
|
|
Enable support for STM32WBA MCU series
|