0
18kviews
Explain in detail about the Cortex-M3 register set.
1 Answer
written 6.5 years ago by | • modified 6.5 years ago |
The Cortex-M3 processor has registers R0 through R15 and a number of special registers. R0 through R12 are general purpose, but some of the 16-bit Thumb instructions can only access R0 through R7 (low registers), whereas 32-bit Thumb-2 instructions can access all these registers. Special registers have predefined functions and …