cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to import examples which stm32 provided for reference .

shreya_awati
Associate II

shreya_awati_0-1779522415943.png

Above image you can see in toolchain option STM32IDE is disable . also i am facimng issure i =n import examples which stm32 provided for reference . you can also refer my shared video.

14 REPLIES 14
TDK
Super User

 

Use the Example Selector in STM32CubeMX for the easiest way to load examples.

> another example

Be more specific.

If you feel a post has answered your question, please click "Accept as Solution".

shreya_awati_0-1779857012551.png



which path i can select for "Install project directory" . what is meant we are import examples from software package examples or it is location for store example .

For open with option i am not able to see STM32IDE , only below options are available.
SW4STM32
EWARM
MDK-ARM
Explorer

. please give me steps from scratch.


 

which path i can select for "Install project directory" . what is meant we are import examples from software package examples or it is location for store example .

It is where you want to create your copy of the project. The original (source) is in the MCU firmware package in the Cube "repository".  [To remind - the project directory path must NOT contain spaces and weird characters in any subdirectory.]

If the CubeIDE option is not available: select SW4STM32. After CubeMX finishes its magic, use CubeIDE to import the project with conversion from SW4STM32 format (they both are different flavors of Eclipse CDT).

 

shreya_awati_0-1779944190605.png

git this error.

 

TDK
Super User

Yeah, it doesn't just work for the F7 series. Seems ST haven't taken the effort to update the example selector for that series and the SW4STM32 conversion has apparently broken over time. Shrug. The files are all there. You could create a new project for that chip and copy them over, but it would take some effort.

If you feel a post has answered your question, please click "Accept as Solution".