- The Deploy tab provides the
option to export the compiled model for deploying onto the target device or
exporting a trained model for further analysis by other engineering tools
- The
compiled model folder contains all the necessary configuration and code to run
the model using the C2000 5.04 or later SDK
Steps to import trained model into CCS
project:
- Open Code Composer Studio and
navigate to File-> import project ->.
- Select this folder
\ti\c2000\C2000Ware_5_05_00_00\libraries\ai\feature_extract\c28\examples\ex_motor_fault_dataset_validation_f28p55x
- Import the necessary files from
your compiled model download
- Unzip the compiled
model
- Copy the artifacts folder
into the imported project and overwriting the original files.
- Copy the test_vector.c
and user_input config.h from the golden_vector directory inside the
compiled model directory into your project. These overwrite the original
test_vector and user_input_config.h file.
- Next, rebuild the project.
- Connect a F28P55 LaunchPad or
control card. With the device debugger connected, press debug to verify the
model feature extraction and neural network