cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the version of Cube (LL drivers) used?

aoltean
Associate II

Hello,

I am trying to figure out what is the version of the LL drivers used in a project. Where can I find this information, is it stated in any header file? I could not find anything so far.

Thanks in advance!

Andreea 

16 REPLIES 16

Is there any other way I could find it out?

If the code isn't copied into your Project's folder structure, then the project must have links to where it expects to find it.

Do those links not point to folders which contain the version in their name - as shown earlier?

Is it copied to the project's structure, but the structure that I have looks like this:

Screenshot 2024-02-23 100221.pngSo the path to the FW version (e.g. STM32Cube_FW_L0_V1.12.2) is missing.

So you have all the files, then?

In that case, they must be the right files - so does it really matter what version they are?

Yes, it matters, otherwise I wouldn't have asked the question

I need if for documentation and traceability reasons.


@aoltean wrote:

Yes, it matters, otherwise I wouldn't have asked the question


   

The file headers have a copyright year; eg,

AndrewNeil_0-1708689984969.png

I guess you could use that to narrow down a set of firmware pack versions to download, and then diff to see which one matches?

 


@aoltean wrote:

I need if for documentation and traceability reasons.


I presume the original developer is not available?

 

Thanks for the hint!

Apparently it's from 2016:

aoltean_0-1708937168856.png

which means it should be v1.8.0 according to the release notes.

But one of the old developers told me it should be 1.11.0. 

But I will take your idea and start doing diffs around these versions. Thanks for all the help!