From b0a04e5b93c82c374ce6f1ea712d268aa37f8a58 Mon Sep 17 00:00:00 2001 From: "F. Ramu" Date: Tue, 5 Mar 2024 15:27:59 +0100 Subject: [PATCH] stm32h7s7x device has SMPS configure the SMPS on the stm32h7s7 so that power config is possible on the stm32h7s78 disco kit Signed-off-by: F. Ramu --- stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h b/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h index 07fec9f9e..5b089fc92 100644 --- a/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h +++ b/stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h @@ -219,6 +219,8 @@ typedef enum /* ================ Processor and Core Peripheral Section ================ */ /* =========================================================================================================================== */ +#define SMPS /*!< Switched mode power supply feature */ + /** * @brief Configuration of the Cortex-M7 Processor and Core Peripherals */