-
Notifications
You must be signed in to change notification settings - Fork 408
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
What software do you guys use!?? #48
Comments
I use Keil, it talks to the STLINKv2 and compiles and flashes (called download) the board. |
Normally, on Linux, I use VS Code as an editor and just the plain Even on Windows, I use the Linux subsystem and compile it using Just make sure you don't run on gcc version 6, because nothing will compile correctly (you will get a binary, but the board will do weird things or nothing at all, better to not try it). Either verison 4 or 7 is tested to work okay. I for my part installed gcc 7 using from the team-gcc-arm-embedded PPA like this, because my Ubuntu 18.04 came with the incompatible version 6:
There are currently efforts of compiling this project with platform.io too (#43), so I'll probably use that in the future. But for now, PS: as far as I am aware, Niklas is using just plain |
Thank you all!!! |
platform.io also works; look at the latest pull request. It's really easy to use (on windows) - does pretty much everything for you; although debugging alludes me as yet. |
@btsimonh |
not yet; and I've now moved to an RPiZeroW inside the board, so it gets more complex. |
First of all, thank you guys for your work!
I am new to embedded and I was wondering what software you guys use to program STM32.
I tried to use Atollic TrueSTUDIO but I am getting thousands of errors from the original code which I am having hard time to resolve.
However, I successfully flashed/unlocked my board using ST-Link Utility with the hex file that you guys provided.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: