About Folder Structure
The TWELITE STAGE APP runs as a front-end application in the TWELITE STAGE SDK package. Here is its folder structure.
The MWSDK folder contains libraries for building software for the TWELITE wireless microcontroller, samples, and source code for the TWELITE APPS.
Records configuration information within the TWELITE Stage application.
The file name is the TWELITE_Stage app file name + .sav
.
see this for details.
MWSDK=
Edit to specify a different folder instead of the MWSDK/
folder. This is useful if you want to mix multiple library versions. The above example uses the MWSDK2020_10
folder.
LANG=
Specify LANG=en
to set the display language of TWELITE Stage to English.
Copy TWELITE_Stage.exe
(on Windows) with a different file name. For example, if you change it to TWS1.exe
, it refers to the configuration files TRS1.sav
and TRS1.ini
.
When you select the TWELITE STAGE APP's BINから選択 menu, the firmware files (.BIN) for the TWELITE radio microcontroller in this folder are enumerated.
Log files are stored in this folder when the serial port logging function is performed in the TWELITE STAGE APP.
This folder is also used to store databases when using the graphing function and to output csv files.
This folder contains toolchains for gcc, g++, and other cross-compilers.
Platform specific utilities are also stored in this folder. See Tools/reame-j.txt
for details.
This function is introduced as an extra function. It may work differently from what is described.
Search for build project folders (e.g., Act_samples) in the following order
the folder where the TWELITE STAGE app was launched
the folder where the TWELITE STAGE app executable is located
{MWSDK folder}/..
.
{MWSDK folder}/..
MWSDK searches starting from the folder where the TWELITE STAGE APP executable is located.
If the Wks_Acts
folder exists, this folder is referenced from the menu item Act Build & Rewrite
instead of the Act_samples
folder.
This folder is intended to be used to store build projects that you create yourself in Wks_Acts.