Skip to content

Commit

Permalink
stm32h7s7x device has SMPS
Browse files Browse the repository at this point in the history
configure the SMPS on the stm32h7s7 so that power config is
possible on the stm32h7s78 disco kit

Signed-off-by: F. Ramu <francois.ramu@st.com>
  • Loading branch information
FRASTM committed May 28, 2024
1 parent baef3b3 commit 077e943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stm32cube/stm32h7rsxx/README
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ Patch List:
-Added stm32cube/stm32h7rsxx/drivers/include/stm32_assert.h
-Removed unused stm32cube/stm32h7rsxx/drivers/include/stm32_assert_template.h

*configure the SMPS on the stm32h7s7 so that power config is possible
on the stm32h7s78 disco kit
-internal ticket 175303

See release_note.html from STM32Cube
2 changes: 2 additions & 0 deletions stm32cube/stm32h7rsxx/soc/stm32h7s7xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 077e943

Please sign in to comment.