From 972ce5027744ab400a8dbd0c373a9ccc3a1abf90 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 14 Jan 2025 17:07:40 +0100 Subject: [PATCH] feat(h7): add a message for the system power supply if it is not defined. Signed-off-by: Frederic Pillon --- libraries/SrcWrapper/src/stm32/hw_config.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/libraries/SrcWrapper/src/stm32/hw_config.c b/libraries/SrcWrapper/src/stm32/hw_config.c index 8b7f7c61cc..efeee013de 100644 --- a/libraries/SrcWrapper/src/stm32/hw_config.c +++ b/libraries/SrcWrapper/src/stm32/hw_config.c @@ -21,6 +21,28 @@ extern "C" { #endif +#if defined(STM32H7xx) +#if !defined(USE_PWR_LDO_SUPPLY) && !defined(USE_PWR_DIRECT_SMPS_SUPPLY) &&\ +!defined(USE_PWR_EXTERNAL_SOURCE_SUPPLY) && !defined(USE_PWR_SMPS_1V8_SUPPLIES_LDO) &&\ +!defined(USE_PWR_SMPS_2V5_SUPPLIES_LDO) && !defined(USE_PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO) &&\ +!defined(USE_PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO) && !defined(USE_PWR_SMPS_1V8_SUPPLIES_EXT) &&\ +!defined(USE_PWR_SMPS_2V5_SUPPLIES_EXT) +#pragma message "\n\ +Configure the system power supply according to the\n\ +definition to be used at compilation preprocessing level.\n\ +The application shall set one of the following configuration option:\n\ + - USE_PWR_LDO_SUPPLY\n\ + - USE_PWR_DIRECT_SMPS_SUPPLY\n\ + - USE_PWR_EXTERNAL_SOURCE_SUPPLY\n\ + - USE_PWR_SMPS_1V8_SUPPLIES_LDO\n\ + - USE_PWR_SMPS_2V5_SUPPLIES_LDO\n\ + - USE_PWR_SMPS_1V8_SUPPLIES_EXT_AND_LDO\n\ + - USE_PWR_SMPS_2V5_SUPPLIES_EXT_AND_LDO\n\ + - USE_PWR_SMPS_1V8_SUPPLIES_EXT\n\ + - USE_PWR_SMPS_2V5_SUPPLIES_EXT\n" +#endif +#endif + #if defined(HAL_CRC_MODULE_ENABLED) CRC_HandleTypeDef hcrc = {.Instance = #if defined(CRC2_BASE) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy