This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why does Cortex-R kernel only support Thumb-2?

Why does Cortex-R kernel only support Thumb-2?

Is this attribute has some advantages to the real-time response time?

Parents
  • Hi laoniu_c,

    Where did you see that statement? Cortex-R cores support the same ARM (32-bit opcodes) and Thumb (mixed 16- and 32-bit opcodes) instruction sets as Cortex-A cores. The instruction set (or opcode width) being executed at any time has absolutely no bearing on determinism.

    Ta,

    Matt

Reply
  • Hi laoniu_c,

    Where did you see that statement? Cortex-R cores support the same ARM (32-bit opcodes) and Thumb (mixed 16- and 32-bit opcodes) instruction sets as Cortex-A cores. The instruction set (or opcode width) being executed at any time has absolutely no bearing on determinism.

    Ta,

    Matt

Children