Skip to main content
Explorer II
January 22, 2024
Solved

CMSIS version for cmsis_device_f3

  • January 22, 2024
  • 1 reply
  • 1455 views

 

It says "It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device, as mentioned in this release note." but I do not see any CMSIS version in the release notes. Which CMSIS version is recommended for cmsis_device_f3 ?

    This topic has been closed for replies.
    Best answer by AScha.3

    Maybe its helping you, to look in your drive/directory :

    STM32Cube/Repository/STM32Cube_FW_F3_V1.11.4/Drivers/CMSIS/

    in README.md (in my repo. ) :

    >>

    # CMSIS Version 5

    The branch *master* of this GitHub repository contains the CMSIS Version 5.4.0. The [documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) is available under http://arm-software.github.io/CMSIS_5/General/html/index.html

    ...

    <<

    1 reply

    AScha.3Answer
    Super User
    January 22, 2024

    Maybe its helping you, to look in your drive/directory :

    STM32Cube/Repository/STM32Cube_FW_F3_V1.11.4/Drivers/CMSIS/

    in README.md (in my repo. ) :

    >>

    # CMSIS Version 5

    The branch *master* of this GitHub repository contains the CMSIS Version 5.4.0. The [documentation](http://arm-software.github.io/CMSIS_5/General/html/index.html) is available under http://arm-software.github.io/CMSIS_5/General/html/index.html

    ...

    <<

    meteAuthor
    Explorer II
    January 22, 2024

    Thanks !