This tutorial is describing how to create a new SigFox project based on the given SDK version 4-0-0. Read the full post to get the details.
1. Clone the td12xx_template project
Within the project list windows, select the td12xx_template project, right click and select Copy.
Then right click and select Paste. Rename your project in the following box :
To view the project in the list, go to the down arrow icon menu, select the “Select Working Set…” entry.
Now, select the working set where the new project will be added
Click on Edit
Then select the freshly created project in the list
Click on Finish, then OK. now your project is created and accessible in the project list
Configure project to add the right includes
Right click on the project name then select new >> folder and create a “inc” folder for your includes.
Edit Project properties >> C/C++ General >> Paths and Symbols and ensure the following path are in the list:
Then go to C/C++ General >> Indexer then select “TD1208 Release” in Build configuration for indexer. Then Apply.
If correctly configured, <stdbool.h> line should not be in error.
thanks you for this tutorial,
I followed your step but when i build the project ,the file” test.bin” does not created .
I do not know how to solve this problem!!!
What kind of error did you get ?