Skip to main content
Piotr Romaniuk
Senior
July 6, 2021
Solved

S2-LP: outdated sources for CLI

  • July 6, 2021
  • 3 replies
  • 1358 views

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

    This topic has been closed for replies.
    Best answer by Winfred LU

    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

    3 replies

    Winfred LU
    ST Employee
    July 7, 2021

    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"

    Piotr Romaniuk
    Senior
    July 7, 2021

    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"

    Winfred LU
    Winfred LUBest answer
    ST Employee
    July 7, 2021

    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

    Piotr Romaniuk
    Senior
    July 7, 2021

    Thank you Winfred.