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?
