-
Notifications
You must be signed in to change notification settings - Fork 1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
docs: Add a new variant (board) and "Generic System Clock configuration" #2557
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
In addition, this part:
It mentions nothing on how to do this on that above page. Should there have been a link to somewhere on how to load the new board into Arduino to test it? |
The board should appears in the menu you add it that's all. Select it and voilà. |
@fpistm I am talking about an unreleased version of Arduino_Core_STM32. Then the new board does not immediately show up in the JSON file does it? |
Yes. I need to perform a release. |
@fpistm I think this part:
Is not explained from https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29#6---restart. How would one know how to do this? I just started with both Arduino and STM32, so consider it from a point from someone who never used these tools before (even though understanding the basics). |
It is explained here: https://github.com/stm32duino/Arduino_Core_STM32/wiki/Using-git-repository Feel free to propose update, it is a community project. |
I would propose a lot more if I knew the answers 😆 |
Wrote #2559 as a separate issue. The two core issues of this topic are still valid. I do not know how to update those as I have no idea what those parts in reality mean. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I had a hard time understanding https://github.com/stm32duino/Arduino_Core_STM32/wiki/Add-a-new-variant-%28board%29#3---generic-system-clock-configuration.
I am quoting the parts I found hard and what I felt was missing/strange:
What is "desired peripherals" here? How would I know what to enable?
There is no
PLL Source Mux
for the MCU I added in #2556. The sentence is written like it is something that should exist, but it does not seem true for all MCUs.The text was updated successfully, but these errors were encountered: