Skip to main content
var2
Associate II
October 21, 2016
Question

changing microcontroller type in STM32CubeMX

  • October 21, 2016
  • 1 reply
  • 4382 views
Posted on October 21, 2016 at 11:57

Is it possible to change in the STM32CubeMX project the microcontroller type, keeping  all

settings: pinout, etc.?

For example, I have a proven project for the STM32F746 (single precision floating), which I

need to change for the F767 (double precision), without affecting all other settings?

If not, then it is very desired feature for the next versions of the STM32CubeMX.

Great thanks, 

Varuzhan

    This topic has been closed for replies.

    1 reply

    slimen
    Visitor II
    October 21, 2016
    Posted on October 21, 2016 at 12:32

    Hello,

    STM32CubeMX allow easy switching to another microcontroller belonging to the same series byimporting a previously-saved configuration to a new MCU project.

    For more detail about STM32CubeMX tool, take a look to this user Manual

    http://www.st.com/content/ccc/resource/technical/document/user_manual/10/c5/1a/43/3a/70/43/7d/DM00104712.pdf/files/DM00104712.pdf/jcr:content/translations/en.DM00104712.pdf

    .

    view section (6.9 Switching to another MCU)

    Regards