Merge pull request #15407 from jasperjonker/fix/stm32h723

system_clock.c location for stm32h723xg
pull/15416/head
Martin Kojtal 2023-04-26 16:48:59 +01:00 committed by GitHub
commit 00df0a3e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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})

View File

@ -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

View File

@ -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