aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>2019-11-27 19:10:34 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-12-07 13:07:00 +0000
commit678fb4f60b685ed79d35272bc515891fa53b527e (patch)
tree9773b59504089f4dafeefa1672c69a9553b64cc8 /contrib
parent80f1a92bd7989bfdd8b7f00d947149b77407e15c (diff)
downloadriscv-openocd-678fb4f60b685ed79d35272bc515891fa53b527e.zip
riscv-openocd-678fb4f60b685ed79d35272bc515891fa53b527e.tar.gz
riscv-openocd-678fb4f60b685ed79d35272bc515891fa53b527e.tar.bz2
target/stm32h7x: add support of dual core variant of STM32H7
STM32H7x7 and STM32H7x5 devices contains two cores : CM7 + CM4 The second core creation is only done when * DUAL_CORE variable is set to true * non HLA interface is used A second check for the second core existence is done in cpu1 examine-end Once the second core is detected it gets examined. Furthermore, the script provides a configurable CTI usage in order to halt the cores simultaneously. Tested on Rev X and V devices. PS: the indentation was a mix of spaces and tabs, all changed to tabs. Change-Id: Iad9c30826965ddb9be5dee628bc2e63f953bbcb8 Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: http://openocd.zylin.com/5130 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/loaders/flash/stm32/stm32h7x.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/loaders/flash/stm32/stm32h7x.S b/contrib/loaders/flash/stm32/stm32h7x.S
index f0d3295..beb8fdb 100644
--- a/contrib/loaders/flash/stm32/stm32h7x.S
+++ b/contrib/loaders/flash/stm32/stm32h7x.S
@@ -18,7 +18,7 @@
.text
.syntax unified
- .cpu cortex-m7
+ .cpu cortex-m4
.thumb
/*