Update NUCLEO_F767ZI.cmake

J-LINK (ST-link with J-link firmware) tested successfully.
pull/15339/head
JohnK1987 2022-09-08 17:34:09 +02:00 committed by Jay Sridharan
parent f79b8285e4
commit 432d55cce6
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ set(UPLOAD_METHOD_DEFAULT MBED)
set(MBED_UPLOAD_ENABLED TRUE)
set(MBED_RESET_BAUDRATE 115200)
# Config options for JLINK - not tested!
# Config options for JLINK
# -------------------------------------------------------------
set(JLINK_UPLOAD_ENABLED FALSE)
set(JLINK_UPLOAD_ENABLED TRUE)
set(JLINK_CPU_NAME STM32F767ZI)
set(JLINK_CLOCK_SPEED 4000)
set(JLINK_UPLOAD_INTERFACE SWD)