MCU Targets
This page details the specific details to develop and deploy an MCU Target. An MCU target is a target that is based on a microcontroller unit with limited resources, thus it doesn’t run any major OS. The target is programmed to run a specific model and return the corresponding metrics.
ℹ️
Information: Note that all the guidelines stated here are not mandatory. They are here to help you develop your target faster and allow you to reuse different scripts and tools.
Summary
MCU Target Overview
Suggested implementation
TensorFlow Lite For Microcontroller
TensorFlow Lite For Microcontroller, is a well-known and widely use Runtime that can be more or less easily deploy on any MCU target.
This section contains suggestion and code example to port TensorFlow Lite for Microcontrollers to your MCU Target.