changing microcontroller type in STM32CubeMX
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-21 2:57 AM
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 discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-21 3:32 AM
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 .view section (6.9 Switching to another MCU)Regards