Skip to content

Commit 05ee82f

Browse files
FRASTMerwango
authored andcommitted
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 <[email protected]>
1 parent f082548 commit 05ee82f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

stm32cube/stm32h7rsxx/README

+4
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ Patch List:
4343
-Added stm32cube/stm32h7rsxx/drivers/include/stm32_assert.h
4444
-Removed unused stm32cube/stm32h7rsxx/drivers/include/stm32_assert_template.h
4545

46+
*configure the SMPS on the stm32h7s7 so that power config is possible
47+
on the stm32h7s78 disco kit
48+
-internal ticket 175303
49+
4650
See release_note.html from STM32Cube

stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h

+2
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ typedef enum
219219
/* ================ Processor and Core Peripheral Section ================ */
220220
/* =========================================================================================================================== */
221221

222+
#define SMPS /*!< Switched mode power supply feature */
223+
222224
/**
223225
* @brief Configuration of the Cortex-M7 Processor and Core Peripherals
224226
*/

0 commit comments

Comments
 (0)