cancel
Showing results for 
Search instead for 
Did you mean: 

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

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?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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".

View solution in original post

2 REPLIES 2
TDK
Guru

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".

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.