I’m on a mac M1, and Arduino IDE doesn’t see STM32cubeprogrammer. This is because the stm32_cubeprogrammer_CLI executable is in a different path than IDE wants it to be. STM32cube sees the device, web based blink test works. I’m not very experienced in programming, I’ve only done a Deckard’s Dream, ISE NIN & shruthi, so I feel like I’m past the “following directions programming” style, and straight into headaches because two SW developers can’t play nice. Can anyone help me get past the hurdle, so I can make some sweet ass bleep bloops?
Create a symlink in /usr/local/bin pointing to the executable. On my system (Macbook Air M1), the command is:
sudo ln -s /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/Resources/bin/STM32_Programmer_CLI /usr/local/bin/STM32_Programmer_CLI
Thank you so much! It worked.
2 Likes