Skip to main content
Duggan.Robert
Associate II
August 20, 2015
Question

STM32CubeMX templates for Nucleo Boards

  • August 20, 2015
  • 2 replies
  • 697 views
Posted on August 20, 2015 at 22:43

Where can I find a template for the Nucleo boards; specifically the STM32F070RB-Nucleo and STM32F411RE-Nucleo offerings?   I am looking for the *.ioc file.

    This topic has been closed for replies.

    2 replies

    Nesrine M_O
    Associate
    August 21, 2015
    Posted on August 21, 2015 at 10:34

    Hi,

    Open CUBEMX, under menu New project->borad selector, put your settings (nucleo board, MCU series...), then generate your project, the *.ioc file is under your project folder.

    Also You can find templates for nucleo boards under STM32Cube_FW packages:

    STM32Cube_FW_F4_V1.7.0\Projects\STM32F411RE-Nucleo\Templates

     

    STM32Cube_FW_F0_V1.3.0\Projects\STM32F070RB-Nucleo\Templates

    -Syrine-

    Duggan.Robert
    Associate II
    September 2, 2015
    Posted on September 02, 2015 at 17:21

    Thank you.