Skip to content

Supported processors and model formats

CodeFusion Studio supports multiple AI model formats depending on the processor. Use the table below to check which formats are compatible with your selected device before adding models to your project.

Processor Supported AI models Supported cores
MAX32657 TFLM1 Arm Cortex-M33
MAX32690 TFLM Arm Cortex-M4
MAX78002 PyTorch2 (CNN only), TFLM (M4 only) Arm Cortex-M4 + CNN Accelerator
ADSP-21834 / 21834W TFLM SHARC-FX
ADSP-21835 / 21835W TFLM SHARC-FX
ADSP-21836 / 21836W TFLM SHARC-FX
ADSP-21837 / 21837W TFLM SHARC-FX
ADSP-SC834 / SC834W TFLM SHARC-FX + Arm Cortex-M33
ADSP-SC835 / SC835W TFLM SHARC-FX + Arm Cortex-M33

  1. TensorFlow Lite for Microcontrollers, a lightweight version of TensorFlow Lite optimized for embedded devices. See tensorflow/tflite-micro

  2. PyTorch, an open-source deep learning framework developed by Meta. See pytorch/pytorch