A Just-In-Time compiler writes instructions to a region of memory that is configured using a writeback cache strategy. For the locations that have been written, what is the MINIMUM cache maintenance that MUST be performed before the new instructions can be reliably executed?
In Architecture ARMv7-A which one of the following has a known physical address at power-on reset?
The following ARM instruction can be used to return from an exception:
movs pc, lr
Apart from the program counter, which register is updated by this instruction?
Implementing loops using a decrementing counter which exits the loop when a counter reaches zero can be beneficial for power and performance. This is because:
In the Generic Interrupt Controller (GIC), when an interrupt is requested, but is not yet being handled, it is in which of the following states?
The Performance Monitoring Unit (PMU) of a Cortex-A9 processor permits direct measurement of which one of the following?
In an ARMv7-A processor, with which level of the memory system is the Memory Management Unit (MMU) associated?
Which TWO of the following interrupt types does a Generic Interrupt Controller (GIC) support? (Choose two)
When developing a product using the standard ARM C library, what is the minimum effort required to re-target all platform-specific functions in the library?
Which of the following statements best describes a Board Support Package (BSP)?