-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload sketch on MacOS #99
Comments
Hi @miroslavpetrov Moreover it is not clear which board you select in the menu, is it Here it is for bug related to the core. Please split your issue in the correct way: |
@fpistm Thanks for the quick response. I have mentioned I2C,Serial and Sleep issues at once because I think that they are linked together to the improper set of the clock source for the RTC.I will clean the issue and create new ones as you told me. |
As stated in other PR, there is no improper clock source for the RTC, As even the modem.begin() call the reset, we are not able to reproduce on our side this seems happen only with third party board and so hard to explain. |
On MacOS getopt is the BSD based one while other using the gnu-based getopt. Then "-o" and long options are not supported Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
Hi @miroslavpetrov |
@fpistm Thank you. Now it works like a charm. I am closing the issue.
|
Hi @miroslavpetrov |
On MacOS getopt is the BSD based one while other using the gnu-based getopt. Then "-o" and long options are not supported Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
On MacOS getopt is the BSD based one while other using the gnu-based getopt. Then "-o" and long options are not supported Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
On MacOS getopt is the BSD based one while other using the gnu-based getopt. Then "-o" and long options are not supported Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
By default, MacOS uses getopt from FreeBSD and not the GNU-based one. Then "-o" and long options are not supported except if gnu-getopt is installed. Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
By default, MacOS uses getopt from FreeBSD and not the GNU-based one. Then "-o" and long options are not supported except if gnu-getopt is installed. Fixes stm32duino#99 Signed-off-by: Frederic Pillon <[email protected]>
Describe the bug
I am also not able to upload sketches from the Arduino IDE on MacOS. I have STM32cubeprog installed and working on my Mac but thats what I get from the Arduino IDE:
To Reproduce
Steps to reproduce the behavior:
No matter what upload method I select - SWD, UART, DFU the output is the same.
I am only able to upload the sketch by exporting compiled binary, open sketch folder in finder and move the .bin file to STLink drive.
Expected behavior
I expect to be able to flash STM32WL using Arduino IDE
Desktop
Board (please complete the following information):
The text was updated successfully, but these errors were encountered: