Which of the following will cause the ARM Compiler to target the Thumb instruction set?
What debugger view can you use to determine which function caused an exception?
For Cortex-A series cores, what instruction(s) are recommended to implement a mutex or semaphore?
What is the value of R2 after execution of the following instruction sequence?
MOV R3, #0xBA
MOV R2/#0x10
BIC R2, R3, R2
Which of these processors is only available as a single core configuration?
In the ARM instruction set what is the maximum branch distance for a Branch or Branch and Link instruction?
Which one of these statements is TRUE about code running on final hardware without a debugger attached?
When linking with the standard C library, which library functions MUST be redefined in order to port your code to a new piece of production hardware?
Which of the following is an optional extension to the ARMv7-A architecture?
Which of these items is typically shared between threads running in the same Operating System (OS) process?