cancel
Showing results for 
Search instead for 
Did you mean: 

S2-LP: outdated sources for CLI

Hi,

Binaries provided in S2-LP Development Kit v.1.3.3 (en.stsw-s2lp-dk_firmware) are newest than sources provided in that package:

Binaries version: 2.3.3

Source code: 2.3.0

Please provide the sources that were build to that binaries (this ask is directed to ST).

Regards,

Piotr Romaniuk

1 ACCEPTED SOLUTION

Accepted Solutions

The correct header path for CLI project would be:

C:\Program Files (x86)\STMicroelectronics\S2-LP_DK_1.3.3\Projects\Projects_Cube\S2-LP_DK\S2LP_CLI_Project\inc\st_main.h

View solution in original post

4 REPLIES 4
Winfred LU
ST Employee

Could you please check again?

It is because in my S2-LP DK 1.3.3 CLI project, it says 2.3.3.

in st_main.h line 49:

#define FW_VERSION      "2.3.3"

C:\Program Files (x86)\STMicroelectronics\S2-LP_DK_1.3.3\Projects\Projects_Cube\S2-LP_DK\S2LPLibrary_Examples\inc\st_main.h :

#define FW_VERSION   "2.3.0"

The correct header path for CLI project would be:

C:\Program Files (x86)\STMicroelectronics\S2-LP_DK_1.3.3\Projects\Projects_Cube\S2-LP_DK\S2LP_CLI_Project\inc\st_main.h

Thank you Winfred.