2021-08-13 06:40 AM
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?
Solved! Go to Solution.
2021-08-13 01:15 PM
You can select examples from within STM32CubeIDE for most chips.
File -> New -> STM32 Project -> Example Selector
2021-08-13 01:15 PM
You can select examples from within STM32CubeIDE for most chips.
File -> New -> STM32 Project -> Example Selector
2021-08-18 08:09 PM
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.