Skip to main content
KP_it
Associate II
July 17, 2019
Solved

List of ML supported STM32 chips

  • July 17, 2019
  • 2 replies
  • 2087 views

Do we have any list of STM32 devices which which are supported for CubeAI IDE. My requirement is very basic Neural Net to run on device with couple of I2C interfaces and GPIO s. If there is a list of devices with a comparison, it will help in chosing right one for us. Any pointers please?

Thank you

    This topic has been closed for replies.
    Best answer by fauvarque.daniel

    You can use our solution on any Cortex M4 or Cortex M7 STM32 device.

    As of today STM32F3, STM32F4, STM32F7, STM32H7, STM32G4 and STM32L4 series.

    If you use STM32CubeMX, you have an AI filter in the MCUFinder (the window that opens when you start a new project). This filter will help you find the MCU that best match your needs.

    Regards

    Daniel

    2 replies

    fauvarque.daniel
    fauvarque.danielBest answer
    ST Employee
    July 17, 2019

    You can use our solution on any Cortex M4 or Cortex M7 STM32 device.

    As of today STM32F3, STM32F4, STM32F7, STM32H7, STM32G4 and STM32L4 series.

    If you use STM32CubeMX, you have an AI filter in the MCUFinder (the window that opens when you start a new project). This filter will help you find the MCU that best match your needs.

    Regards

    Daniel

    KP_it
    KP_itAuthor
    Associate II
    July 17, 2019

    Thanks much Danial. Will check on this.