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?
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?
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
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
I did not have this problem....perhaps it was fixed after your post
Many thanks Joakim
Hello, I did get a clean build with Joakim's Thingy52_wSES_FW.zip. I then flashed it with SES > Debug > go, and that got it running, and I can see that it shows up as ThingyDfu on a scan, so all that looks good. However, the SES debugger doesn't catch breakpoints. My JTAG connection is via an nRF52 dev kit board to the Thingy board. Any ideas why breakpoints wouldn't be working? I have the debug level set at 3.