4.1. Windows Build

4.1.1. Prerequisite

  • Visual studio installed

  • Python 3 32 bit installed

4.1.2. Create Build files

  • Use <SE05X_root_folder>/simw-top/scripts/create_cmake_projects.py to

    generate the build files, Run as

    @REM Setup environment variables and PATH
    call env_setup.bat
    
    @REM Use CMake to generate .sln files
    python create_cmake_projects.py
    
  • Build files are generated at <SE05X_root_folder>/simw-top_build/

  • Use the visual studio solution at <SE05X_root_folder>/simw-top_build/se_x86/PlugAndTrustMW.sln to build sample examples and demo examples

4.1.3. SSS Examples

  • Smaple examples can be found at <SE05X_root_folder>/simw-top_build/se_x86/bin

  • Run the example as

    <example_name>.exe <COM_PORT>
    

Refer Demo and Examples for details on these examples and for running cloud/tls demo applications