-
Notifications
You must be signed in to change notification settings - Fork 1k
Support for Nucleo F302R8 and STM32F072B-DISCO #76
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
Comments
Thank you! I am at least trying to get a Blink to work. I am working to add support for all the ST boards to Visuino - https://www.visuino.com. I work with a lot of controllers, and add new boards and controllers every day. This means that I have very limited time that I can spend on specific board. If it does not have at least Arduino IDE support, I move to another board, as I have already more than 30 boards waiting for support :-( . The board also has to have a ready to use support as once I add it to Visuino, the Visuino users should be able to install and program the boards in their IDEs . I can't have each of them to manually configure it, as most of them are with absolutely no experience in programming or code. |
There is a lot of STM32 MCU based boards (Currently 136 MCU referenced). Adding a board variant could be done quickly (less than an hour when process is well understood ;)). Currently I'm working on several features which request lot of my time. You could create as many variants you want and submit PR then we could review it or help. There is several commits example in the repo. |
I am already overloaded with other development. I would love to help, but I have never done this work, and I am completely out of resources :-( . I am simply trying to help promote the ST boards. I have to work on adding support of thousands of other modules, and boards in Visuino so there is really no time for this if the board is not supported already. Will have to wait I guess... |
BTW: If you are interested in promoting specific reference design, and have it supported in Visuino, please let me know, and send me a board so I can add the design ;-) . I am trying to help microcontroller manufacturers to make their controllers popular among makers and people with no programming experience, and I would love to help you promote the ST boards. I already added support for the Maple Mini, and hope to add more boards. |
Some update. Yesterday I exchanged the 2 boards for F303RE, and F401RE. It was late, but when I got back, I quickly ran a Blink test on the F303RE and it worked :-) . So I will be adding Visuino support for these 2 boards first, and as time permit will try to work on others, and may even try to do some mapping once I am more familiar with the ST boards and the firmware :-) . |
Nice. Do not hesitate, if you have any questions |
FY: Nucleo F302R8 support has been done by a contributor thanks a PR: #145 I close this one. |
Are there plans to support the Nucleo F302R8 and Discovery STM32F072B-DISCO with the Arduino Core?
I have been experimenting with both boards, but have not been able to get them to work wit it :-( .
The text was updated successfully, but these errors were encountered: