Skip to main content
Yoichi Shinoda
Senior
August 13, 2021
Solved

How can we open example Cube projects with STM32CubeIDE under MacOS?

  • August 13, 2021
  • 2 replies
  • 5731 views

I'm having trouble opening Cube supplied projects with STM32CubeIDE under MacOS.

- Most ST supplied videos just say "navigate to STM32CubeIDE folder and double click '.project' file to open the project in STM32CubeIDE, but it obviously doesn't work under MacOS as it does not show '.project' file in finder.

- Using 'open -a STM32CubeIDE .project' from shell opens the '.project' file in editor mode.

- Using 'Open Project From Filesystem...' menu does not seem to read content of the '.project' file, as build command stays grayed out.

Does anyone know, or have a pointer to a working tutorial of how to open existing, more specifically, Cube examples in STM32CubeIDE under MacOS?

This topic has been closed for replies.
Best answer by TDK

You can select examples from within STM32CubeIDE for most chips.

File -> New -> STM32 Project -> Example Selector

2 replies

TDK
TDKBest answer
August 13, 2021

You can select examples from within STM32CubeIDE for most chips.

File -> New -> STM32 Project -> Example Selector

"If you feel a post has answered your question, please click ""Accept as Solution""."
Yoichi Shinoda
Senior
August 19, 2021

Thank you very much. I've successfully opened the example projects.

Now I have project oriented problems, but I'll post them in separate questions.