This is an automated email from Gerrit. Christopher Head (ch...@zaber.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5102
-- gerrit commit 95939264832a7669d73c9311ccf8f79785de5625 Author: Christopher Head <ch...@zaber.com> Date: Wed Apr 10 14:16:13 2019 -0700 stm32f7x: Use CHIPNAME-specific name for ITCM bank Change-Id: Icf67eaecd56ac3fb88bcfa2b7084b846109454e6 Signed-off-by: Christopher Head <ch...@zaber.com> diff --git a/tcl/target/stm32f7x.cfg b/tcl/target/stm32f7x.cfg index 927a3e8..cbd47d5 100755 --- a/tcl/target/stm32f7x.cfg +++ b/tcl/target/stm32f7x.cfg @@ -52,7 +52,7 @@ flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME flash bank $_CHIPNAME.otp stm32f2x 0x1ff0f000 0 0 0 $_TARGETNAME # Configuring the Flash via ITCM alias as virtual -set _FLASH_ITCM_VMA itcm-flash.alias +set _FLASH_ITCM_VMA $_CHIPNAME.itcm-flash.alias flash bank $_FLASH_ITCM_VMA virtual 0x00200000 0 0 0 $_TARGETNAME $_FLASHNAME # adapter speed should be <= F_CPU/6. F_CPU after reset is 16MHz, so use F_JTAG = 2MHz -- _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel