ARM EN0-001 - ARM Accredited Engineer
It is common to declare structures as "packed" in order to minimize data memory size. Which of the following accurately describes the effect of this?
Why does Device memory prohibit speculative accesses?
Consider the following instruction sequence:
STR r0, [r2] ; instruction A
DSB
ADD r0, r1, r2 ; instruction B
LDR r3, [r4] ; instruction C
SUB r5, r6, #3 ; instruction D
At what point will execution pause until the STR access is complete?
What type of debug point would you set when debugging flash memory or ROM?
Which TWO of the following mechanisms cause the ARM processor to take an abort? (Choose two)
Which THREE of the following items should be preserved by software when entering dormant mode? (Choose three)
An Advanced SIMD intrinsic has the prototype:
int16x4_t vmul_n_s16(int16x4_t a, int16_t b);
How many multiplications does this intrinsic compute?
Which of the following is a REQUIRED feature in the ARMv7 architecture?
When using an Operating System, which of the following operations can NOT typically be done by user processes?
LDREX and STREX were introduced in which ARM architecture version?