ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
224 stars 24 forks source link

It seems that STM32CubeMX is no longer in '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/MacOs/STM32CubeMX' (or perhaps I am doing something wrong) #118

Closed ubaldot closed 8 months ago

ubaldot commented 8 months ago

I have installed STM32CubeIDE. I setup a test project and I tried to run stm32pio. However, I get the following error:

ERROR FileNotFoundError: [Errno 2] No such file or directory: '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/MacOs/STM32CubeMX'

In-fact, STM32CubeMX is not installed in that folder (I checked), but I could not find where it is installed. Perhaps stm32pio shall searh STM32CubeMX in a different folder?

ubaldot commented 8 months ago

Really wrong question, sorry!