Skip to content

Commit

Permalink
Merge pull request ARMmbed#15407 from jasperjonker/fix/stm32h723
Browse files Browse the repository at this point in the history
system_clock.c location for stm32h723xg
  • Loading branch information
0xc0170 authored Apr 26, 2023
2 parents 0ea5dec + d2fdd6f commit 00df0a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ target_include_directories(mbed-stm32h723xg
target_sources(mbed-stm32h723xg
INTERFACE
${STARTUP_FILE}
system_clock.c
)

mbed_set_linker_script(mbed-stm32h723xg ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ add_library(mbed-nucleo-h723zg INTERFACE)
target_sources(mbed-nucleo-h723zg
INTERFACE
PeripheralPins.c
system_clock.c
)

target_include_directories(mbed-nucleo-h723zg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
#endif

#if !defined(MBED_RAM1_START)
#define MBED_RAM_1START 0x24000000
#define MBED_RAM1_START 0x24000000
#endif

#if !defined(MBED_RAM1_SIZE)
#define MBED1_RAM_SIZE 0x50000 // 320 KB
#define MBED_RAM1_SIZE 0x50000 // 320 KB
#endif

#define NVIC_NUM_VECTORS 180
Expand Down

0 comments on commit 00df0a3

Please sign in to comment.