This lab will cover how to take an existing TensorFlow Lite model and run it on NXP MCU devices using the TensorFlow Lite for Microcontrollers inference engine and the eIQ examples found in MCUXpresso SDK. The labs use a model trained on flower photos but the same concepts could be extended to any type of TFLite model.
This lab was written for i.MX RT1170 but the same concepts can be applied to any eIQ supported board including:
FRDM-MCXN947
i.MX RT685-EVK
i.MX RT595-EVK
i.MX RT700-EVK
i.MX RT1050-EVKB
i.MX RT1060-EVK
i.MX RT1064-EVK
i.MX RT1160-EVK
i.MX RT1170-EVK
i.MX RT1170-EVKB
i.MX RT1180-EVK
There is also a supplemental lab for how to use the HiFi4 examples to run models on i.MX RT700 and i.MX RT685.
---
Updated February 2026 to add both VS Code and MCUXpresso IDE lab options