correct clock setting for h563 nucleo

This commit is contained in:
hathach
2024-12-06 13:46:48 +07:00
parent 310b8657f0
commit 6cc2c98daf
8 changed files with 59 additions and 45 deletions

View File

@@ -4,5 +4,6 @@ set(JLINK_DEVICE stm32h503rb)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
STM32H503xx
HSE_VALUE=24000000
)
endfunction()