mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
stm32: Add support for STM32H723 MCUs.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -379,8 +379,10 @@ void stm32_main(uint32_t reset_mode) {
|
||||
// Enable D2 SRAM1/2/3 clocks.
|
||||
__HAL_RCC_D2SRAM1_CLK_ENABLE();
|
||||
__HAL_RCC_D2SRAM2_CLK_ENABLE();
|
||||
#if defined(__HAL_RCC_D2SRAM3_CLK_ENABLE)
|
||||
__HAL_RCC_D2SRAM3_CLK_ENABLE();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
MICROPY_BOARD_EARLY_INIT();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user