python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to check the Cortex-M4 VTOR register with gdb command?
(I am learning about ARM debugging so this may be a dumb question.)
I checked the ARMv7-M Arch Ref Manual. It says the reset vector offset is stored in the VTOR (Vector Table Offset Register).
I am us...
smwikipedia
Votes: 0
Answers: 2
ARM-GCC code directives for ArmV7A assembly code: .code vs .arm instruction mode directives
What is the difference between .code32, .code 32, and .arm directives in an assembly file?
The .S file will be compiled with arm-none-eabi-as
Are the three directives identical? None of these directiv...

Gregory Fenn
Votes: 0
Answers: 1
Unreal Engine 4 Android Armv7a Packaging Error
I am trying to package a project which contains support for Armv7a, but cannot successfully since its throwing me exceptions. I am able to package for arm64 successfully if I untick the option in pack...

rougue one
Votes: 0
Answers: 1
ARM VFPv3 assembler instructions
I am attempting to debug a very low level data fault in a TI AM 3358 MCU. It is coming from floating point math.
The system uses TI RTOS, the GNU 7.3.1 Compiler, and VFPv3 (is VFP a compiler settings...

SpacemanScott
Votes: 0
Answers: 2