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

Between R or A Family... ?

Hi,

Can you give me a concrete example of an application requiring the cortex-R family (exept for the watch and the video-recording).
Given the gap in price between processors,  Except in the case of a large-scale purchase why not choose the cortex-A family  ?

regards,

Parents
  • Hello Jerome.

    R stands for the Realtime.

    Coretx-R is intended to be used in Realtime embedded area.

    The key functions are TCM and no MMU.

    The cahces and MMU would not guarantee a definite execution time because of the replace (i.e. refill).

    If the definite execution time was needed, programs could be executed on TCM.

    On the other hands, A stans for Applicaition.

    Cortex-A would widely utilize caches and MMU in the High performance area.

    Of course, the definite execution time would not be guaranteed.

    Best regards,

    Yasuhiko Koumoto.

Reply
  • Hello Jerome.

    R stands for the Realtime.

    Coretx-R is intended to be used in Realtime embedded area.

    The key functions are TCM and no MMU.

    The cahces and MMU would not guarantee a definite execution time because of the replace (i.e. refill).

    If the definite execution time was needed, programs could be executed on TCM.

    On the other hands, A stans for Applicaition.

    Cortex-A would widely utilize caches and MMU in the High performance area.

    Of course, the definite execution time would not be guaranteed.

    Best regards,

    Yasuhiko Koumoto.

Children