This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to compile SES Project in Thingy:52 SDK

The SES project in Thingy:52 SDK seems to be broken, I get a lot of error trying to compile. What can I do to fix it?

Parents
  • The SES Project for the Thingy:52 in Thingy:52 SDK v.2.1.0 is broken, and was not supposed to be published with the Thingy:52 SDK.

    You can find a copy of the Thingy:52 SDK with a project ported to SEGGER Embedded Studio attached below. 
    Please follow the instructions in README.md to install the SDK.

    You can find the project file of the example in the following folder: <InstallFolder>\project\pca20020_s132\ses

    Thingy52_wSES_FW.zip

    Note: 
    This application is one of several applications that has been built by the support team at Nordic Semiconductor, as a demo of some particular feature or use case. It has not necessarily been thoroughly tested, so there might be unknown issues. It is hence provided as-is, without any warranty.

  • Thank you for the contribution,

    After Build "core_cm4.h" was not found ==> Add to the User Include Directories: ../../../sdk_components/toolchain/cmsis/include/

    Ty

Reply Children
Related