Difference between revisions of "Import projects from STM32CubeMX to Embedded Studio"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Embedded Studio This Wiki article describes how to import STM32CubeMX projects into Embedded Studio. ==Setup== ==Import tutorial== ==Troubleshooting==")
 
Line 1: Line 1:
 
[[Category:Embedded Studio]]
 
[[Category:Embedded Studio]]
 
This Wiki article describes how to import STM32CubeMX projects into Embedded Studio.
 
This Wiki article describes how to import STM32CubeMX projects into Embedded Studio.
 
   
 
==Setup==
 
==Setup==
   
  +
The following software and hardware has been used to create the following example project and tutorial:
  +
* STM32CubeMX 6.3.0.
  +
* NUCLEO-G474RE MB1367C Evalboard
  +
* SEGGER Embedded Studio V5.62
  +
  +
Reference Project:
  +
[[Media:NUCLEO-G474RE_Blinky_Test.zip|NUCLEO-G474RE_Blinky_Test.zip]]
  +
  +
The reference project will blink an LED on the eval board mentioned above.
   
 
==Import tutorial==
 
==Import tutorial==

Revision as of 15:58, 5 October 2021

This Wiki article describes how to import STM32CubeMX projects into Embedded Studio.

Setup

The following software and hardware has been used to create the following example project and tutorial:

  • STM32CubeMX 6.3.0.
  • NUCLEO-G474RE MB1367C Evalboard
  • SEGGER Embedded Studio V5.62

Reference Project: NUCLEO-G474RE_Blinky_Test.zip

The reference project will blink an LED on the eval board mentioned above.

Import tutorial

Troubleshooting