2024-02-21 12:16 AM - edited 2024-02-21 12:16 AM
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
Solved! Go to Solution.
2024-02-22 04:10 AM
Is there any other way I could find it out?
2024-02-22 04:46 AM
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?
2024-02-23 01:08 AM
Is it copied to the project's structure, but the structure that I have looks like this:
So the path to the FW version (e.g. STM32Cube_FW_L0_V1.12.2) is missing.
2024-02-23 03:25 AM
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?
2024-02-23 03:30 AM
Yes, it matters, otherwise I wouldn't have asked the question :)
I need if for documentation and traceability reasons.
2024-02-23 04:08 AM - edited 2024-02-23 04:09 AM
@aoltean wrote:Yes, it matters, otherwise I wouldn't have asked the question :)
:face_with_tears_of_joy: :face_with_tears_of_joy: :face_with_tears_of_joy:
The file headers have a copyright year; eg,
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?
2024-02-26 12:50 AM
Thanks for the hint!
Apparently it's from 2016:
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!