Skip to content

Commit 00df0a3

Browse files
authored
Merge pull request #15407 from jasperjonker/fix/stm32h723
system_clock.c location for stm32h723xg
2 parents 0ea5dec + d2fdd6f commit 00df0a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ target_include_directories(mbed-stm32h723xg
2121
target_sources(mbed-stm32h723xg
2222
INTERFACE
2323
${STARTUP_FILE}
24+
system_clock.c
2425
)
2526

2627
mbed_set_linker_script(mbed-stm32h723xg ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/TARGET_NUCLEO_H723ZG/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ add_library(mbed-nucleo-h723zg INTERFACE)
66
target_sources(mbed-nucleo-h723zg
77
INTERFACE
88
PeripheralPins.c
9-
system_clock.c
109
)
1110

1211
target_include_directories(mbed-nucleo-h723zg

targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H723xG/cmsis_nvic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
#endif
4141

4242
#if !defined(MBED_RAM1_START)
43-
#define MBED_RAM_1START 0x24000000
43+
#define MBED_RAM1_START 0x24000000
4444
#endif
4545

4646
#if !defined(MBED_RAM1_SIZE)
47-
#define MBED1_RAM_SIZE 0x50000 // 320 KB
47+
#define MBED_RAM1_SIZE 0x50000 // 320 KB
4848
#endif
4949

5050
#define NVIC_NUM_VECTORS 180

0 commit comments

Comments
 (0)