• Cortex-A5 Evaluation boards
    Note: This was originally posted on 26th July 2011 at http://forums.arm.com Hi All,   Is there any evaluation boards available in the market for cortex A-5 ?.  I would like to evaluate    A-5 performance...
  • FPU version in cortex-R52
    Hi everyone, I am working with cortex-r52. In order to use the FPU that is present in cortex r-52, while building the files, I need to give the compiler option. For example, in case of cortex-a32...
  • FPU version for Cortex-M microcontrollers
    From a simple google search, I found out that the fpu version for Tiva C Launchpad is fpv4-sp-d16 but which document tells the fpu version of various microcontrollers(tm4c123gh6pm, stm32f407, stm32f446re...
  • About FPU pipeline of Cortex-M7
    Hello experts, The Cortex-M7 Lecture is opened on APS (ARM Partner Success) Site. Also, #4 and #5 are described the details of Cortex-M7 pipeline. However, I cannot understand the following parts of the...
  • How to detect FPU in Cortex M?
    Cortex-M processors implement the CPUID register, through which it is possible to detect information about the core: part number (e.g. Cortex M7 or M4), revision and patch level (e.g. r1p2), etc. Is...