Skip to main content
mete
Senior
January 22, 2024
Solved

CMSIS version for cmsis_device_f3

  • January 22, 2024
  • 4 replies
  • 1503 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

...

<<

4 replies

AScha.3
AScha.3Best answer
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

...

<<

If you feel a post has answered your question, please click on " Best Answer ".
mete
meteAuthor
Senior
January 22, 2024

Thanks !