2021-07-05 11:01 PM
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
Solved! Go to Solution.
2021-07-07 02:35 AM
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
2021-07-06 07:49 PM
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"
2021-07-06 09:38 PM
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"
2021-07-07 02:35 AM
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
2021-07-07 02:50 AM
Thank you Winfred.