python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ldr.w instruction causing unaligned access hardfault on ARM Cortex-M7 with Thumb2
I am getting a unaligned access hardfault on the ldr.w instruction with Thumb2 on ARM Cortex-M7. The microcontroller is an STM32H745xx and I am using STM32CubeIDE.
I am using the STM32 arm-eabi-none-g...
ethorn
Votes: 0
Answers: 0
how arm-thumb instruction set's blx instruction support 4MB range
Read from https://www.keil.com/support/man/docs/armasm/armasm_dom1361289866046.htm that arm-thumb instruction's blx instruction can support maximum 4MB of jump range.
But as far as I know, arm-thumb i...
user16387400
Votes: 0
Answers: 1