- Notifications
You must be signed in to change notification settings - Fork1k
Add variant: Generic H503KBU#2423
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* add board definition.* copy ldscript.* change name.* copy clock config.* add generic clock.* variable size.* add support list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Minor typo to fix and it is ok for me.
About Periphjeral clock config, no need to specify it as HSI48 is the default entry.
Uh oh!
There was an error while loading.Please reload this page.
Accept version fix.Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Kazuki Ota <ota_droid@live.jp>
Thank you for teaching me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
0f1ee4d
intostm32duino:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I'm sorry for inconvenience caused with PR:Nucleo-H503RB.
Could you please make sure added and modified code?
I set clock configuration in STM32CubeMX as described on Wiki, but peripheral configuration were not present in code.
(e.g.
PeriphClkInitStruct.UsbClockSelection = RCC_USBCLKSOURCE_HSI48
)Looking at CubeMX clock configuration GUI, for example, USB uses HSI48 by default, so does that mean no additional configurations are required?
Summary
This PR implements the followingfeatures