Please note this page is for Trust Platform Design Suite version 1. Installation instructions for Trust Platform Design Suite v2 can be found here: Trust Platform Design Suite v2.
This page shows you how to install and set up Microchip's Trust Platform Design Suite for CryptoAuthentication™. The design suite dramatically reduces the time you'll spend provisioning and using Microchip's secure elements.
1
Installing the Design Suite
- Installing the Trust Platform Design Suite Graphical User Interface
- Includes the Trust Platform GUI, Python and Jupyter Notebook.
- Cloning the Trust Platform Repository
- The Trust Platform repository is hosted on GitHub and must be downloaded separately.
- Includes Python packages, C projects, and use case user guides.
- Setting the Path to the MPLAB X IDE Installation Folder
- Enables the GUI to re-program the CryptoAuth Trust Platform board.
2
After Installation
- Choosing the Right Trust Platform Family
- Starting Jupyter Notebook
- Start Jupyter Notebook to provision the secure element.
Installing the Trust Platform Design Suite Graphical User Interface
The Trust Platform Design suite helps you with:
- Selecting the appropriate secure element family for your use case.
- Provisioning the secure element for your use case.
- Prototyping your use case using C-based example projects and the CryptoAuth Trust Platform hardware prototyping kit.
- Generating an encrypted file to share your secure element's provisioning secrets with Microchip.
The Trust Platform Design Suite includes Anaconda (Python distribution) and Jupyter Notebook (open-sourced Python-based application). Jupyter Notebook communicates with a secure element on the CryptoAuth Trust Platform development board to provision it for your specific use case. The CryptoAuth Trust Platform board includes all three Trust Platform devices: Trust&GO (pre-configured and pre-provisioned black box), TrustFLEX (pre-configured), and TrustCUSTOM (full custom). These devices are based on the ATECC608A CryptoAuthentication device.
Supported operating systems:
- Microsoft Windows® 10 64-bit
- macOS® Mojave 10.14.6 or newer
Supported Integrated Development Environments (for the C-based projects):
- MPLAB® X IDE v5.25 and XC32 C compiler v2.30 or later
Supported web browsers: Google Chrome and Apple Safari
Choose your operating system from the tabs below:
1
Download and run the installer.
Cloning the Trust Platform Repository
1
Click Design Suite > Setup > Repository to clone (download) the Trust Platform Design Suite repository from GitHub, and install the Python packages.
Setting the Path to the MPLAB X IDE Installation Folder
If you want to re-provision the secure element after using the CryptoAuth Trust Platform board to prototype your use case, you will have to reprogram the board with factory firmware. Jupyter Notebook can do this for you if you tell it where the MPLAB X IDE lives on your computer. Select
Design Suite > Setup > MPLAB X IDE path.
The CryptoAuth Trust Platform board comes pre-programmed with firmware. This firmware enables Jupyter Notebook to provision the secure element on the CryptoAuth Trust Platform board for your specific use case. Once the secure element is provisioned, you can re-program the board to prototype your use case using one of the example projects that come with the Trust Platform Design Suite.
Choosing the Right Trust Platform Family
This page is filled with useful information including:
- Development boards (including user guides)
- Datasheets
- Part numbers
- Links to web pages providing details for each family's use cases
- Trust&GO
- Cloud Connect Amazon
- Cloud Connect Google
- Cloud Connect Microsoft Azure®
- Accessory/Disposable Asymmetric Authentication
- TrustFLEX
- Firmware Validation, Secure OTA
- Secure Public Key Rotation
- IP/Firmware Protection
- Accessory/Disposable Symmetric Authentication
- Accessory/Disposable Asymmetric Authentication
- Custom Public Key Infrastructure - Amazon & Microsoft Azure
- Cloud Connect Google - IoT
- Trust&GO
The Trust&GO and TrustFLEX family web pages include detailed transaction diagrams for each use case including Application Programming Interfaces (APIs) with links to their implementation in example code. The TrustFLEX webpage also includes the slot configuration and provisioning for each use case.
Starting Jupyter Notebook
Jupyter Notebook is an open-source web application that allows you to create documents that contain code and narrative text that can be executed in place. It provides Graphical User Interface (GUI) elements, the ability to add images, and gives the interactive look that is absent in normal code files.
The cells of the Jupyter Notebook can be used to write code or text using markdown. The code cells contain executable code and the text cells contain the explanation of the code's functionality.
assets folder:
- CryptoAuth Trust Platform board firmware.
- WINC1500 board firmware.
docs folder:
- Data sheets.
- CryptoAuth Trust Platform board user's guide.
- Detailed use-case guides.
TrustFLEX folder:
- Jupyter notebook packages
- C-based projects
TrustnGO folder:
- Jupyter notebook packages
- C-based projects